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:
zzz
2020-05-30 20:16:53 +00:00
parent 2fae5c8e66
commit f4a88acfda
3 changed files with 32 additions and 4 deletions

View File

@@ -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>