Click or drag to resize
Xcalibur Systems LLC Logo

TcpStates Enumeration

Menu Item Members.

MIB_TCP_STATE


Namespace: Xcalibur.NativeMethods.V2.Networking
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum TcpStates
Members
Member nameValueDescription
Closed1 The TCP connection is closed.
Listen2 The TCP connection is in the listen state.
SynSent3 A SYN packet has been sent.
SynReceived4 A SYN packet has been received.
Established5 The TCP connection has been established.
FinWait16 The TCP connection is waiting for a FIN packet.
FinWait27 The TCP connection is waiting for a FIN packet.
CloseWait8 The TCP connection is in the close wait state.
Closing9 The TCP connection is closing.
LastAck10 The TCP connection is in the last ACK state.
TimeWait11 The TCP connection is in the time wait state.
DeleteTcb12 The TCP connection is in the delete TCB state.
See Also