在服务器窗口结束之前客户端发送确认消息的原因是什么?

发布于 2024-11-09 04:06:51 字数 108 浏览 0 评论 0原文

情况是这样的:

客户端开始建立连接 并索取文件。 服务器开始发送文件 但在服务器发送窗口的中间,客户端发送一条 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 技术交流群。

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

发布评论

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

评论(2

故事灯 2024-11-16 04:06:51

无需等待窗口结束;引用 RFC 2018

接收方应该为每个到达的有效段发送一个 ACK
包含新数据

There is no requirement to wait for the end of the window; quoting RFC 2018

The receiver SHOULD send an ACK for every valid segment that arrives
containing new data

我们只是彼此的过ke 2024-11-16 04:06:51

简短回答:此行为可以减少延迟。

Short answer: This behaviour reduces latency.

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