forked from I2P_Developers/i2p.www
correction
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user