forked from I2P_Developers/i2p.www
udp.html: fix typo
This commit is contained in:
@ -65,7 +65,7 @@ a packet and sends it off (careful not to exceed the MTU).
|
||||
The current implementation uses two MTU values: 608 and 1350.
|
||||
The MTU value is adjusted based on the percentage of packets that are retransmitted.
|
||||
</p><p>
|
||||
596 gives us 588 IP byes, 568 UDP bytes, and with an SSU data message,
|
||||
596 gives us 588 IP bytes, 568 UDP bytes, and with an SSU data message,
|
||||
522 fragment bytes, which is enough to send a tunnel data message in 2
|
||||
packets. A tunnel data message sent over the wire is 1044 bytes, meaning
|
||||
we need 522 fragment bytes to fit it in 2 packets - add 46 for SSU, 20
|
||||
|
Reference in New Issue
Block a user