-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
计算机网络-“第三次握手中,如果客户端的ACK未送达服务器”表述有误吧? #10
Comments
我之前说的有些模糊,分两种情况吧:
|
就是说,server需要是CLOSED之后才会以RST应答client发的报文,而在server超时重传的过程中如果client发送其他报文(非ACK),那么server会以差错报文应答? |
对的。 |
能问一下这个图片是哪本书上面的吗? |
谢谢,原文已经改成更精确的版本了 |
应该是这本《TCP/IP协议族》,搜一下吧 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
文中说如果服务端没收到第二次握手的 ACK,此时客户端发送数据,服务端会以 RST 回应
但根据这个回答,作者的观点是此时服务端收到客户端的数据,会自然切换到
established
状态,且接收数据。在评论中作者回答了原因是:因此服务端能收到数据 + ACK number。
请问原文说服务端会以 RST 回应有相关证据吗?
The text was updated successfully, but these errors were encountered: