]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/sctp/command.h
sctp: Fix broken RTO-doubling for data retransmits
[linux-2.6-omap-h63xx.git] / include / net / sctp / command.h
index 88988ab03d751fb1c476a63a3648eb4e058aab5e..3b966802e05d2724ed6940e5e9a7326176192b8f 100644 (file)
@@ -77,7 +77,8 @@ typedef enum {
        SCTP_CMD_HB_TIMERS_START,    /* Start the heartbeat timers. */
        SCTP_CMD_HB_TIMER_UPDATE,    /* Update a heartbeat timers.  */
        SCTP_CMD_HB_TIMERS_STOP,     /* Stop the heartbeat timers.  */
-       SCTP_CMD_TRANSPORT_RESET,    /* Reset the status of a transport. */
+       SCTP_CMD_TRANSPORT_HB_SENT,  /* Reset the status of a transport. */
+       SCTP_CMD_TRANSPORT_IDLE,     /* Do manipulations on idle transport */
        SCTP_CMD_TRANSPORT_ON,       /* Mark the transport as active. */
        SCTP_CMD_REPORT_ERROR,   /* Pass this error back out of the sm. */
        SCTP_CMD_REPORT_BAD_TAG, /* Verification tags didn't match. */