TCP connection status Comments 

  • LISTEN: listens for a connection request from the remote TCP port
  • SYN-SENT: After further waiting for matching a connection request transmits the connection request
  • SYN-RECEIVED: receive the request and sends a connection request to wait for confirmation of the connection
  • ESTABLISHED: represents an open connection
  • FIN-WAIT-1: waiting for a remote TCP connection interrupt or connection confirmation prior interrupt request
  • FIN-WAIT-2: waiting for an interrupt request from the remote TCP connection
  • CLOSE-WAIT: Wait sent from the local user is connected to the interrupt request
  • CLOSING: waiting for confirmation of the remote TCP connection interrupted
  • LAST-ACK: acknowledgment waiting original hair interrupt request to the remote TCP connection
  • Confirmation wait a sufficient time to ensure that the remote TCP connection is received interrupt request: TIME-WAIT
  • CLOSED: no connection state
  • Represents SYN_RECV request processing is waiting;
  • ESTABLISHED state represents a normal data transmission;
  • Represents a TIME_WAIT processed, the number of requests waiting for the end of the timeout.