TCP Ack-Fin after Ack-Push
In a tcp/ip connexion, when the server replies ack-Fin to ack-push, what does it means 开发者_运维问答? The client try to send 1024 bytes. Does it mean that the server refuses the push ?
No. The FIN
just means that the application on that side closed the socket (or exited, causing the socket to be closed).
精彩评论