]> Pileus Git - ~andy/linux/blobdiff - include/net/sctp/structs.h
sctp: fast recovery algorithm is per association.
[~andy/linux] / include / net / sctp / structs.h
index 9072dd67d8adc6b6cbad827b934bb89afd10f07a..d463296d9f79051fec7a1da868347150307e8962 100644 (file)
@@ -895,9 +895,6 @@ struct sctp_transport {
                 */
                hb_sent:1,
 
-               /* Flag to track the current fast recovery state */
-               fast_recovery:1,
-
                /* Is the Path MTU update pending on this tranport */
                pmtu_pending:1,
 
@@ -952,9 +949,6 @@ struct sctp_transport {
 
        __u32 burst_limited;    /* Holds old cwnd when max.burst is applied */
 
-       /* TSN marking the fast recovery exit point */
-       __u32 fast_recovery_exit;
-
        /* Destination */
        struct dst_entry *dst;
        /* Source address. */
@@ -1723,6 +1717,12 @@ struct sctp_association {
        /* Highest TSN that is acknowledged by incoming SACKs. */
        __u32 highest_sacked;
 
+       /* TSN marking the fast recovery exit point */
+       __u32 fast_recovery_exit;
+
+       /* Flag to track the current fast recovery state */
+       __u8 fast_recovery;
+
        /* The number of unacknowledged data chunks.  Reported through
         * the SCTP_STATUS sockopt.
         */