Member | Value | Description |
---|---|---|
tcpClosed | 0 | The session is not connected and has no resources allocated to it. |
tcpClosing | 3 | The session is transitioning gracefully from tcpConnected to tcpClosed. |
tcpConnected | 2 | The session is active and can send/receive data. |
tcpConnecting | 1 | The session is transitioning from tcpClosed to tcpConnected. |