Adding protocol_state values ACCEPTING and WAITING
This commit is contained in:
parent
c53de688f0
commit
326e791b8e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
typedef enum protocol_state
|
||||
{
|
||||
IDLE, CLOSED, SYN_SENT, SYN_RECEIVED, ESTABLISHED, CLOSING
|
||||
IDLE, CLOSED, SYN_SENT, SYN_RECEIVED, ESTABLISHED, CLOSING, ACCEPTING, WAITING
|
||||
} protocol_state;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue