If I have sysctl tw_reuse=0 and tw_recycle=0, and netstat doesn’t report any TIME_WAIT connections, that means…? It’s local network connections between two servers, A -> B, A has TIME_WAIT connections to B in netstat, but B to A not.
If I have sysctl tw_reuse=0 and tw_recycle=0, and netstat doesn’t report any TIME_WAIT connections,
Share
Only the side of the connection that closes the communication can be in TIME_WAIT state, see the relevant UNIX Socket FAQ sequence diagram.