aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
-rw-r--r--net/dccp/ccids/ccid3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h
index 72e110a1100f..342235c57bf3 100644
--- a/net/dccp/ccids/ccid3.h
+++ b/net/dccp/ccids/ccid3.h
@@ -127,7 +127,6 @@ enum ccid3_fback_type {
127 * @last_counter - Tracks window counter (RFC 4342, 8.1) 127 * @last_counter - Tracks window counter (RFC 4342, 8.1)
128 * @feedback - The type of the feedback last sent 128 * @feedback - The type of the feedback last sent
129 * @x_recv - Receiver estimate of send rate (RFC 3448, sec. 4.3) 129 * @x_recv - Receiver estimate of send rate (RFC 3448, sec. 4.3)
130 * @rtt - Receiver estimate of RTT
131 * @tstamp_last_feedback - Time at which last feedback was sent 130 * @tstamp_last_feedback - Time at which last feedback was sent
132 * @hist - Packet history (loss detection + RTT sampling) 131 * @hist - Packet history (loss detection + RTT sampling)
133 * @li_hist - Loss Interval database 132 * @li_hist - Loss Interval database
@@ -137,7 +136,6 @@ struct ccid3_hc_rx_sock {
137 u8 last_counter:4; 136 u8 last_counter:4;
138 enum ccid3_fback_type feedback:4; 137 enum ccid3_fback_type feedback:4;
139 u32 x_recv; 138 u32 x_recv;
140 u32 rtt;
141 ktime_t tstamp_last_feedback; 139 ktime_t tstamp_last_feedback;
142 struct tfrc_rx_hist hist; 140 struct tfrc_rx_hist hist;
143 struct tfrc_loss_hist li_hist; 141 struct tfrc_loss_hist li_hist;