在服务器窗口结束之前客户端发送确认消息的原因是什么?
情况是这样的:
客户端开始建立连接 并索取文件。 服务器开始发送文件 但在服务器发送窗口的中间,客户端发送一条 ack 消息。 是因为服务器发送速率较高吗? 还有更多的理由或条件吗?
the situation is this :
the client starting connection establishment
and requesting a file .
the server start to send the file
but in the middle of the server sending window the client send an ack message .
is it because the server sending rate is higher ?
is there more reason or condition for that to happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
无需等待窗口结束;引用 RFC 2018
There is no requirement to wait for the end of the window; quoting RFC 2018
简短回答:此行为可以减少延迟。
Short answer: This behaviour reduces latency.