Tcp |
Member name | Value | Description |
---|---|---|
Closed | 1 | The TCP connection is closed. |
Listen | 2 | The TCP connection is in the listen state. |
SynSent | 3 | A SYN packet has been sent. |
SynReceived | 4 | A SYN packet has been received. |
Established | 5 | The TCP connection has been established. |
FinWait1 | 6 | The TCP connection is waiting for a FIN packet. |
FinWait2 | 7 | The TCP connection is waiting for a FIN packet. |
CloseWait | 8 | The TCP connection is in the close wait state. |
Closing | 9 | The TCP connection is closing. |
LastAck | 10 | The TCP connection is in the last ACK state. |
TimeWait | 11 | The TCP connection is in the time wait state. |
DeleteTcb | 12 | The TCP connection is in the delete TCB state. |