correction

This commit is contained in:
zzz
2012-10-08 09:32:35 +00:00
parent 46a3d32298
commit 04b337d9c6

View File

@ -2,7 +2,7 @@
{% block title %}SSU Protocol Specification{% endblock %}
{% block content %}
Updated September 2012 for release 0.9.2
Updated October 2012 for release 0.9.2
<p>
<a href="udp.html">See the SSU page for an overview of the SSU transport</a>.
@ -486,7 +486,10 @@ Typical size including header, in current implementation: 96 bytes
<h4>Notes</h4>
<ul><li>
IP address is always 4 bytes in the current implementation.
The IP address is only included if it is be different than the
packet's source address and port. In the current implementation, the
IP length is always 0 and the port is always 0, and the receiver should
use the packet's source address and port.
</li><li>
Challenge is unimplemented, challenge size is always zero
</li></ul>