diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.h')
-rw-r--r-- | net/dccp/ccids/ccid2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/dccp/ccids/ccid2.h b/net/dccp/ccids/ccid2.h index d9daa534c9be..ed95f8f0cc4a 100644 --- a/net/dccp/ccids/ccid2.h +++ b/net/dccp/ccids/ccid2.h | |||
@@ -44,8 +44,6 @@ struct ccid2_seq { | |||
44 | * @ccid2hctx_acks - ACKS recv in AI phase | 44 | * @ccid2hctx_acks - ACKS recv in AI phase |
45 | * @ccid2hctx_sent - packets sent in this window | 45 | * @ccid2hctx_sent - packets sent in this window |
46 | * @ccid2hctx_lastrtt -time RTT was last measured | 46 | * @ccid2hctx_lastrtt -time RTT was last measured |
47 | * @ccid2hctx_arsent - packets sent [ack ratio] | ||
48 | * @ccid2hctx_ackloss - ack was lost in this win | ||
49 | * @ccid2hctx_rpseq - last consecutive seqno | 47 | * @ccid2hctx_rpseq - last consecutive seqno |
50 | * @ccid2hctx_rpdupack - dupacks since rpseq | 48 | * @ccid2hctx_rpdupack - dupacks since rpseq |
51 | */ | 49 | */ |
@@ -66,8 +64,6 @@ struct ccid2_hc_tx_sock { | |||
66 | int ccid2hctx_sent; | 64 | int ccid2hctx_sent; |
67 | unsigned long ccid2hctx_lastrtt; | 65 | unsigned long ccid2hctx_lastrtt; |
68 | struct timer_list ccid2hctx_rtotimer; | 66 | struct timer_list ccid2hctx_rtotimer; |
69 | unsigned long ccid2hctx_arsent; | ||
70 | int ccid2hctx_ackloss; | ||
71 | u64 ccid2hctx_rpseq; | 67 | u64 ccid2hctx_rpseq; |
72 | int ccid2hctx_rpdupack; | 68 | int ccid2hctx_rpdupack; |
73 | int ccid2hctx_sendwait; | 69 | int ccid2hctx_sendwait; |