forked from I2P_Developers/i2p.www
% -> % to fix translations problems
This commit is contained in:
@@ -81,7 +81,7 @@ The MTU value is adjusted based on the percentage of packets that are retransmit
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
For both MTU values, it is desirable that (MTU % 16) == 12, so that
|
||||
For both MTU values, it is desirable that (MTU % 16) == 12, so that
|
||||
the payload portion after the 28-byte IP/UDP header is a multiple of
|
||||
16 bytes, for encryption purposes.
|
||||
{%- endtrans %}</p>
|
||||
@@ -118,7 +118,7 @@ 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.
|
||||
so we use an MTU where (MTN % 16 == 0), which is true for 1280.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h3><a name="max">{% trans %}Message Size Limits{% endtrans %}</a></h3>
|
||||
|
Reference in New Issue
Block a user