diff options
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ccids/ccid3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h index ae210786c895..de26db82d65f 100644 --- a/net/dccp/ccids/ccid3.h +++ b/net/dccp/ccids/ccid3.h | |||
@@ -131,16 +131,12 @@ enum ccid3_hc_rx_states { | |||
131 | 131 | ||
132 | /** struct ccid3_hc_rx_sock - CCID3 receiver half-connection socket | 132 | /** struct ccid3_hc_rx_sock - CCID3 receiver half-connection socket |
133 | * | 133 | * |
134 | * @x_recv - Receiver estimate of send rate (RFC 3448 4.3) | ||
135 | * @rtt - Receiver estimate of rtt (non-standard) | ||
136 | * @p - Current loss event rate (RFC 3448 5.4) | ||
137 | * @last_counter - Tracks window counter (RFC 4342, 8.1) | 134 | * @last_counter - Tracks window counter (RFC 4342, 8.1) |
138 | * @state - Receiver state, one of %ccid3_hc_rx_states | 135 | * @state - Receiver state, one of %ccid3_hc_rx_states |
139 | * @bytes_recv - Total sum of DCCP payload bytes | 136 | * @bytes_recv - Total sum of DCCP payload bytes |
140 | * @x_recv - Receiver estimate of send rate (RFC 3448, sec. 4.3) | 137 | * @x_recv - Receiver estimate of send rate (RFC 3448, sec. 4.3) |
141 | * @rtt - Receiver estimate of RTT | 138 | * @rtt - Receiver estimate of RTT |
142 | * @tstamp_last_feedback - Time at which last feedback was sent | 139 | * @tstamp_last_feedback - Time at which last feedback was sent |
143 | * @tstamp_last_ack - Time at which last feedback was sent | ||
144 | * @hist - Packet history (loss detection + RTT sampling) | 140 | * @hist - Packet history (loss detection + RTT sampling) |
145 | * @li_hist - Loss Interval database | 141 | * @li_hist - Loss Interval database |
146 | * @s - Received packet size in bytes | 142 | * @s - Received packet size in bytes |