Definition at line 33 of file TcpInfo.h.
 
◆ Enum
| Enumerator | 
|---|
| Established  | 1  | TCP connection is established.  
 | 
| SynSent  |   | TCP SYN packet has been sent.  
 | 
| SynRecv  |   | TCP SYN packet has been received.  
 | 
| FinWait1  |   | TCP connection is in FIN wait state 1.  
 | 
| FinWait2  |   | TCP connection is in FIN wait state 2.  
 | 
| TimeWait  |   | TCP connection is in time wait state.  
 | 
| Close  |   | TCP connection is closing.  
 | 
| CloseWait  |   | TCP connection is in close wait state.  
 | 
| LastAck  |   | Last acknowledgment has been sent.  
 | 
| Listen  |   | TCP socket is listening for incoming connections.  
 | 
| Closing  |   | TCP connection is in closing state.  
 | 
| NewSynRecv  |   | TCP connection has received a new SYN packet.  
 | 
Definition at line 35 of file TcpInfo.h.