sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSING
[deliverable/linux.git] / include / net / sctp / constants.h
index 8c337cd0e1e45c5fcf4abdbb20f9ef43a36a3968..5b847e49f7e9bf31743a711b38f69fbfb746296a 100644 (file)
@@ -214,7 +214,7 @@ typedef enum {
        SCTP_SS_LISTENING      = TCP_LISTEN,
        SCTP_SS_ESTABLISHING   = TCP_SYN_SENT,
        SCTP_SS_ESTABLISHED    = TCP_ESTABLISHED,
-       SCTP_SS_CLOSING        = TCP_CLOSING,
+       SCTP_SS_CLOSING        = TCP_CLOSE_WAIT,
 } sctp_sock_state_t;
 
 /* These functions map various type to printable names.  */
This page took 0.031472 seconds and 5 git commands to generate.