aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
diff options
context:
space:
mode:
authorGerrit Renker <gerrit@erg.abdn.ac.uk>2008-09-04 07:30:19 +0200
committerGerrit Renker <gerrit@erg.abdn.ac.uk>2008-09-04 07:45:35 +0200
commit5fe94963a163fecc34b7b51bf2ca525f9f50d7bf (patch)
treeb21a61e047541d39bbe6940ef9531a64c074b40e /net/dccp
parentdccp: Unused argument in CCID tx function (diff)
downloadlinux-dev-5fe94963a163fecc34b7b51bf2ca525f9f50d7bf.tar.xz
linux-dev-5fe94963a163fecc34b7b51bf2ca525f9f50d7bf.zip
dccp ccid-3: Remove duplicate documentation
This removes RX-socket documentation which is either duplicate or non-existent. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Diffstat (limited to 'net/dccp')
-rw-r--r--net/dccp/ccids/ccid3.h4
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 {
/** struct ccid3_hc_rx_sock - CCID3 receiver half-connection socket
*
- * @x_recv - Receiver estimate of send rate (RFC 3448 4.3)
- * @rtt - Receiver estimate of rtt (non-standard)
- * @p - Current loss event rate (RFC 3448 5.4)
* @last_counter - Tracks window counter (RFC 4342, 8.1)
* @state - Receiver state, one of %ccid3_hc_rx_states
* @bytes_recv - Total sum of DCCP payload bytes
* @x_recv - Receiver estimate of send rate (RFC 3448, sec. 4.3)
* @rtt - Receiver estimate of RTT
* @tstamp_last_feedback - Time at which last feedback was sent
- * @tstamp_last_ack - Time at which last feedback was sent
* @hist - Packet history (loss detection + RTT sampling)
* @li_hist - Loss Interval database
* @s - Received packet size in bytes