#include <OnixS/B3/BOE/TcpInfo.h>
|
enum | Enum {
Established = 1,
SynSent,
SynRecv,
FinWait1,
FinWait2,
TimeWait,
Close,
CloseWait,
LastAck,
Listen,
Closing,
NewSynRecv
} |
|
Definition at line 33 of file TcpInfo.h.
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.
The documentation for this struct was generated from the following file: