TCP数据包的MTU是否包括TCP和MTU? IPv4 标头?

发布于 2025-01-03 01:16:18 字数 62 浏览 3 评论 0原文

或者: TCP/IPv4 数据包的最大有效负载大小是多少。

非常感谢!

干杯。

Or: What is the maximum payload size for a TCP/IPv4 packet.

Much appreciated!

Cheers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

涙—继续流 2025-01-10 01:16:18

IP 数据包的 MTU 是整个数据包,包括所有 IP 和更高级别的标头(例如 TCP 标头)和有效负载。不包括较低级别的标头(例如以太网帧),因为它们不属于 IP 的范围。然而,实际的 MTU 值会受到较低级别的影响,因为通常有一个限制,并且 IP 必须遵守该限制。

The MTU of an IP packet is the entire packet, including all IP and higher level headers (such as TCP headers) and payload. Lower level headers (such as Ethernet frames) are not included since they're not IP's concern. However the actual MTU value is influenced by the lower levels, as there's usually a limit, and IP has to stick to it.

甜嗑 2025-01-10 01:16:18

MTU = IP 标头 + Tcp 段

MSS = 数据(不包括 TCP 标头)

MTU = IP Header + Tcp Segment

MSS = Data(doesn't include TCP header)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文