Socket state.
Enumerator |
---|
SS_CLOSED | Not connected to any socket.
|
SS_CLOSING | In process of closing connection. For TCP, after FIN receive.
|
SS_CONNECTING | In process of connecting.
|
SS_CONNECTED | Connected to a socket.
|
SS_LISTENING | In listening state.
|
Definition at line 342 of file fnet_socket.h.