|
@@ -214,7 +214,7 @@ typedef enum {
|
|
SCTP_SS_LISTENING = TCP_LISTEN,
|
|
SCTP_SS_LISTENING = TCP_LISTEN,
|
|
SCTP_SS_ESTABLISHING = TCP_SYN_SENT,
|
|
SCTP_SS_ESTABLISHING = TCP_SYN_SENT,
|
|
SCTP_SS_ESTABLISHED = TCP_ESTABLISHED,
|
|
SCTP_SS_ESTABLISHED = TCP_ESTABLISHED,
|
|
- SCTP_SS_CLOSING = TCP_CLOSING,
|
|
|
|
|
|
+ SCTP_SS_CLOSING = TCP_CLOSE_WAIT,
|
|
} sctp_sock_state_t;
|
|
} sctp_sock_state_t;
|
|
|
|
|
|
/* These functions map various type to printable names. */
|
|
/* These functions map various type to printable names. */
|