diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.h')
-rw-r--r-- | net/dccp/ccids/ccid2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid2.h b/net/dccp/ccids/ccid2.h index 6d0b4e32b161..443f08a667a2 100644 --- a/net/dccp/ccids/ccid2.h +++ b/net/dccp/ccids/ccid2.h | |||
@@ -24,6 +24,8 @@ | |||
24 | #include <linux/timer.h> | 24 | #include <linux/timer.h> |
25 | #include <linux/types.h> | 25 | #include <linux/types.h> |
26 | #include "../ccid.h" | 26 | #include "../ccid.h" |
27 | /* NUMDUPACK parameter from RFC 4341, p. 6 */ | ||
28 | #define NUMDUPACK 3 | ||
27 | 29 | ||
28 | struct sock; | 30 | struct sock; |
29 | 31 | ||
@@ -52,7 +54,6 @@ struct ccid2_hc_tx_sock { | |||
52 | int ccid2hctx_acks; | 54 | int ccid2hctx_acks; |
53 | unsigned int ccid2hctx_ssthresh; | 55 | unsigned int ccid2hctx_ssthresh; |
54 | int ccid2hctx_pipe; | 56 | int ccid2hctx_pipe; |
55 | int ccid2hctx_numdupack; | ||
56 | struct ccid2_seq *ccid2hctx_seqbuf[CCID2_SEQBUF_MAX]; | 57 | struct ccid2_seq *ccid2hctx_seqbuf[CCID2_SEQBUF_MAX]; |
57 | int ccid2hctx_seqbufc; | 58 | int ccid2hctx_seqbufc; |
58 | struct ccid2_seq *ccid2hctx_seqh; | 59 | struct ccid2_seq *ccid2hctx_seqh; |