Close proposals 144 and 155.
Add MTU note to streaming options doc for 155. Add link from 144 to the final spec.
This commit is contained in:
@@ -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.
|
including overhead for the typical case.
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
Note: This is the maximum size of the payload only, not including the header.
|
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>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
@@ -5,14 +5,28 @@ ECIES-X25519-AEAD-Ratchet
|
|||||||
:author: zzz, chisana, orignal
|
:author: zzz, chisana, orignal
|
||||||
:created: 2018-11-22
|
:created: 2018-11-22
|
||||||
:thread: http://zzz.i2p/topics/2639
|
:thread: http://zzz.i2p/topics/2639
|
||||||
:lastupdated: 2020-05-07
|
:lastupdated: 2020-05-30
|
||||||
:status: Open
|
:status: Closed
|
||||||
:target: 0.9.46
|
:target: 0.9.46
|
||||||
:implementedin: 0.9.46
|
:implementedin: 0.9.46
|
||||||
|
|
||||||
.. contents::
|
.. 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
|
Overview
|
||||||
========
|
========
|
||||||
|
|
||||||
@@ -3690,6 +3704,9 @@ References
|
|||||||
.. [Signal]
|
.. [Signal]
|
||||||
https://signal.org/docs/specifications/doubleratchet/
|
https://signal.org/docs/specifications/doubleratchet/
|
||||||
|
|
||||||
|
.. [SPEC]
|
||||||
|
{{ spec_url('ecies') }}
|
||||||
|
|
||||||
.. [SSU]
|
.. [SSU]
|
||||||
{{ site_url('docs/transport/ssu', True) }}
|
{{ site_url('docs/transport/ssu', True) }}
|
||||||
|
|
||||||
|
@@ -5,13 +5,19 @@ Streaming MTU for ECIES Destinations
|
|||||||
:author: zzz
|
:author: zzz
|
||||||
:created: 2020-05-06
|
:created: 2020-05-06
|
||||||
:thread: http://zzz.i2p/topics/2886
|
:thread: http://zzz.i2p/topics/2886
|
||||||
:lastupdated: 2020-05-15
|
:lastupdated: 2020-05-30
|
||||||
:status: Open
|
:status: Closed
|
||||||
:target: 0.9.47
|
:target: 0.9.47
|
||||||
|
:implementedin: 0.9.47
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
|
|
||||||
|
Note
|
||||||
|
====
|
||||||
|
Network deployment and testing in progress.
|
||||||
|
Subject to minor revisions.
|
||||||
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
Reference in New Issue
Block a user