What are CLOSE_WAIT and TIME_WAIT states?
Problem
When I do on my Windows machine, I get a listing of the ports with one of the four states: What do and mean/indicate?
Error Output
- LISTENING - CLOSE_WAIT - TIME_WAIT - ESTABLISHED
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Fix for: What are CLOSE_WAIT and TIME_WAIT states?
Due to the way TCP/IP works, connections can not be closed immediately. Packets may arrive out of order or be retransmitted after the connection has been closed. CLOSE_WAIT indicates that the remote endpoint (other side of the connection) has closed the connection. TIME_WAIT indicates that local endpoint (this side) has closed the connection. The connection is being kept around so that any delayed packets can be matched to the connection and handled appropriately. The connections will be remove…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix