I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit dedae838 authored by zzz's avatar zzz
Browse files

typo

parent d3b552d8
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block title %}SSU Transport{% endblock %} {% block title %}SSU Transport{% endblock %}
{% block content %} {% block content %}
Updated December 2011 for release 0.8.12 Updated July 2012 for release 0.9.1
<h1>Secure Semireliable UDP (SSU)</h1> <h1>Secure Semireliable UDP (SSU)</h1>
<p> <p>
...@@ -63,7 +63,7 @@ a packet and sends it off (careful not to exceed the MTU). ...@@ -63,7 +63,7 @@ a packet and sends it off (careful not to exceed the MTU).
<h3><a name="mtu">MTU</a></h3> <h3><a name="mtu">MTU</a></h3>
<p> <p>
As of router version 0.8.12, As of router version 0.8.12,
two MTU values are used: 620 and 1488. two MTU values are used: 620 and 1484.
The MTU value is adjusted based on the percentage of packets that are retransmitted. The MTU value is adjusted based on the percentage of packets that are retransmitted.
</p><p> </p><p>
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment