I got a pcap package use tcpdump command. In this pcap, the TCP close in 2-way handshake!
Questions:
In this picture, can anyone determine who initiated the signal to close the connection?
why TCP close in 2-way handshake? it does not make sense!
I got a pcap package use tcpdump command. In this pcap, the TCP close in 2-way handshake!
Questions:
In this picture, can anyone determine who initiated the signal to close the connection?
why TCP close in 2-way handshake? it does not make sense!
This is only a half-close, initiated by the side that sent the FIN. A full close would require a FIN in the other direction, and a corresponding ACK.