mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 22:40:27 +00:00
Update faq.md
This commit is contained in:
parent
2258568fd8
commit
f73674dfc9
3
faq.md
3
faq.md
@ -91,5 +91,6 @@ macOS has an application firewall, therefore any firewall policies applied on ot
|
|||||||
|
|
||||||
### Why does my Yggdrasil adapter have an unusually high MTU?
|
### Why does my Yggdrasil adapter have an unusually high MTU?
|
||||||
|
|
||||||
Yggdrasil peerings are typically stream-based and therefore don't suffer from fragmentation issues when pushing large amounts of data. By using the largest possible MTU supported by a platform, we can send much more data for every TCP control message. This also helps somewhat in the reduction of TCP-over-TCP amplification, as there are less control messages to be amplified.
|
Yggdrasil peerings are typically stream-based and therefore don't suffer from fragmentation issues when pushing large amounts of data. By using the largest possible MTU supported by a platform, we can send much more data for every TCP control message.
|
||||||
|
|
||||||
|
This also helps somewhat in the reduction of TCP-over-TCP amplification, as there are less control messages to be amplified, and also uses less CPU, as we can send more data for every system call on the TUN/TAP adapter or network socket!
|
||||||
|
Loading…
Reference in New Issue
Block a user