aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r--include/net/sctp/structs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index ef892e00c833..482c2aab3d67 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -873,10 +873,11 @@ struct sctp_transport {
873 * address list derived from the INIT or INIT ACK chunk, a 873 * address list derived from the INIT or INIT ACK chunk, a
874 * number of data elements needs to be maintained including: 874 * number of data elements needs to be maintained including:
875 */ 875 */
876 __u32 rtt; /* This is the most recent RTT. */
877
878 /* RTO : The current retransmission timeout value. */ 876 /* RTO : The current retransmission timeout value. */
879 unsigned long rto; 877 unsigned long rto;
878 unsigned long last_rto;
879
880 __u32 rtt; /* This is the most recent RTT. */
880 881
881 /* RTTVAR : The current RTT variation. */ 882 /* RTTVAR : The current RTT variation. */
882 __u32 rttvar; 883 __u32 rttvar;