美文网首页
网络MTU设置值参考

网络MTU设置值参考

作者: 小黑佬 | 来源:发表于2021-04-22 15:09 被阅读0次
(TCP, IP, MTU and MSS magic numbers)
40
1500    The biggest-sized IP packet that can normally traverse the Internet without getting fragmented. Typical MTU for non-PPPoE, non-VPN connections.
1492    The maximum MTU recommended for Internet PPPoE implementations.
1472    The maximum ping data payload before fragmentation errors are received on non-PPPoE, non-VPN connections.
1460    TCP Data size (MSS) when MTU is 1500 and not using PPPoE.
1464    The maximum ping data payload before fragmentation errors are received when using a PPPoE-connected machine.
1452    TCP Data size (MSS) when MTU is 1492 and using PPPoE.
576 Typically recommended as the MTU for dial-up type applications, leaving 536 bytes of TCP data.
48  The sum of IP, TCP and PPPoE headers.
The sum of IP and TCP headers.
28  The sum of IP and ICMP headers.

目前我的防火墙使用了1452这个值。

相关文章

网友评论

      本文标题:网络MTU设置值参考

      本文链接:https://www.haomeiwen.com/subject/bnxfrltx.html