Linux Kernel
3.7.1
|
#include <ccid2.h>
struct ccid2_hc_tx_sock - CCID2 TX half connection {cwnd,ssthresh,pipe}: as per RFC 4341, section 5 : Ack counter for deriving cwnd growth (RFC 3465) : smoothed RTT estimate, scaled by 2^3 : smoothed RTT variation, scaled by 2^2 : maximum of during one flight : moving average/maximum of : RTO value deriving from SRTT and RTTVAR (RFC 2988) : to decay RTTVAR at most once per flight : actually used cwnd, W_used of RFC 2861 : moving average of : to track idle periods in CWV : last time (in jiffies) a data packet was sent : last consecutive seqno : dupacks since rpseq : list of Ack Vectors received on current skb
struct timer_list tx_rtotimer |
struct ccid2_seq* tx_seqbuf[CCID2_SEQBUF_MAX] |