From f4a88acfda39bad8b55b048a3504417cfed49b08 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 30 May 2020 20:16:53 +0000 Subject: [PATCH] Close proposals 144 and 155. Add MTU note to streaming options doc for 155. Add link from 144 to the final spec. --- i2p2www/pages/site/docs/api/streaming.html | 5 +++++ .../144-ecies-x25519-aead-ratchet.rst | 21 +++++++++++++++++-- .../proposals/155-streaming-mtu-ecies.rst | 10 +++++++-- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/i2p2www/pages/site/docs/api/streaming.html b/i2p2www/pages/site/docs/api/streaming.html index 7be535b6f..737faef3c 100644 --- a/i2p2www/pages/site/docs/api/streaming.html +++ b/i2p2www/pages/site/docs/api/streaming.html @@ -406,6 +406,11 @@ The current default MTU of 1730 was chosen to fit precisely into two 1K I2NP tun including overhead for the typical case. {%- endtrans %} Note: This is the maximum size of the payload only, not including the header. +</p><p> +Note: For ECIES connections, which have reduced overhead, the recommended MTU is 1812. +The default MTU remains 1730 for all connections, no matter what key type is used. +Clients must use the minimum of the sent and received MTU, as usual. +See proposal 155. </p> diff --git a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst index 2158b76a8..d6835baa5 100644 --- a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst +++ b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst @@ -5,14 +5,28 @@ ECIES-X25519-AEAD-Ratchet :author: zzz, chisana, orignal :created: 2018-11-22 :thread: http://zzz.i2p/topics/2639 - :lastupdated: 2020-05-07 - :status: Open + :lastupdated: 2020-05-30 + :status: Closed :target: 0.9.46 :implementedin: 0.9.46 .. contents:: +Note +==== +Network deployment and testing in progress. +Subject to minor revisions. +See [SPEC]_ for the official specification. + +The following features are not implemented as of 0.9.46: + +- MessageNumbers, Options, and Termination blocks +- Protocol-layer responses +- Zero static key +- Multicast + + Overview ======== @@ -3690,6 +3704,9 @@ References .. [Signal] https://signal.org/docs/specifications/doubleratchet/ +.. [SPEC] + {{ spec_url('ecies') }} + .. [SSU] {{ site_url('docs/transport/ssu', True) }} diff --git a/i2p2www/spec/proposals/155-streaming-mtu-ecies.rst b/i2p2www/spec/proposals/155-streaming-mtu-ecies.rst index 8e9789920..fcaa2ee6f 100644 --- a/i2p2www/spec/proposals/155-streaming-mtu-ecies.rst +++ b/i2p2www/spec/proposals/155-streaming-mtu-ecies.rst @@ -5,13 +5,19 @@ Streaming MTU for ECIES Destinations :author: zzz :created: 2020-05-06 :thread: http://zzz.i2p/topics/2886 - :lastupdated: 2020-05-15 - :status: Open + :lastupdated: 2020-05-30 + :status: Closed :target: 0.9.47 + :implementedin: 0.9.47 .. contents:: +Note +==== +Network deployment and testing in progress. +Subject to minor revisions. + Overview ======== -- GitLab