IP数据报中的MF位
我正在学习 TCP/IP 套件, 当我遇到最后一个片段上设置为零的 MF 位时, 我想知道如果数据报的片段被乱序接收会发生什么?
I'm learning TCP/IP suite,
and when I encounter the MF bit which is set to zero on the last fragment,
I want to know what happen if the fragments of the datagram are received out of order?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没什么,在分段数据包上看到 MF 位只是表明它是最后一个发送的具有最大偏移量的数据包,而不是说它是最后一个要等待的数据包。
Nothing, seeing an MF bit on a fragmented packet simply says it is the last packet sent with the biggest offset, not that it is the last packet to wait for.