udp.html: fix typo

This commit is contained in:
hiddenz
2010-12-24 19:36:42 +00:00
parent 27f19b3521
commit d979842af8

View File

@ -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