5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-02-28 15:11:33 +00:00

Update MTU post

This commit is contained in:
Neil Alexander 2018-07-13 10:35:17 +01:00
parent 8b53a95a43
commit 2c5a1c4705
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -37,7 +37,7 @@ themselves!
Therefore it is reasonable to surmise that less context switches and less packet
headers are better. Using an MTU of 65535 over 1500 packs in almost 43 times
more data before the next set of headers. That's almost 840 bytes saved from IP
more data before the next set of headers. That's almost 1680 bytes saved from IP
headers alone over 65535 bytes! But sending a 65535 byte Yggdrasil packet over a
link with an MTU of 1500 would require the packet to be fragmented 43 times,
right?