forked from I2P_Developers/i2p.www
proposal 127 spec
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
|
||||
{% block lastupdated %}{% trans %}July 2016{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.27{% endblock %}
|
||||
{% block lastupdated %}{% trans %}October 2016{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.28{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p>{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp') -%}
|
||||
@@ -60,7 +60,8 @@ The following properties are stored in the network database.
|
||||
<a href="#introduction">{% trans %}See below{%- endtrans %}</a>.
|
||||
</li><li><b>key:</b> Base 64 introduction key. <a href="#key">{% trans %}See below{%- endtrans %}</a>.
|
||||
</li><li><b>mtu:</b> Optional. Default and max is 1484. Min is 620.
|
||||
Must be present for IPv6, where the min is 1280 and the max is 1472.
|
||||
Must be present for IPv6, where the min is 1280 and the max is 1488
|
||||
(max was 1472 prior to version 0.9.28).
|
||||
IPv6 MTU must be a multiple of 16.
|
||||
(IPv4 MTU + 4) must be a multiple of 16.
|
||||
<a href="#mtu">{% trans %}See below{%- endtrans %}</a>.
|
||||
@@ -156,7 +157,8 @@ honor that when a connection is established.
|
||||
<p>{% trans -%}
|
||||
For IPv6, the minimum MTU is 1280. The IPv6 IP/UDP header is 48 bytes,
|
||||
so we use an MTU where (MTN % 16 == 0), which is true for 1280.
|
||||
The maximum IPv6 MTU is 1472.
|
||||
The maximum IPv6 MTU is 1488.
|
||||
(max was 1472 prior to version 0.9.28).
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h3><a name="max">{% trans %}Message Size Limits{% endtrans %}</a></h3>
|
||||
|
Reference in New Issue
Block a user