OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
TcpInfo::TcpState Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 33 of file TcpInfo.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
Established 

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.