diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.h')
-rw-r--r-- | net/dccp/ccids/ccid2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid2.h b/net/dccp/ccids/ccid2.h index 451a87464fa5..b4cc6c0bf020 100644 --- a/net/dccp/ccids/ccid2.h +++ b/net/dccp/ccids/ccid2.h | |||
@@ -50,7 +50,7 @@ struct ccid2_hc_tx_sock { | |||
50 | int ccid2hctx_cwnd; | 50 | int ccid2hctx_cwnd; |
51 | int ccid2hctx_ssacks; | 51 | int ccid2hctx_ssacks; |
52 | int ccid2hctx_acks; | 52 | int ccid2hctx_acks; |
53 | int ccid2hctx_ssthresh; | 53 | unsigned int ccid2hctx_ssthresh; |
54 | int ccid2hctx_pipe; | 54 | int ccid2hctx_pipe; |
55 | int ccid2hctx_numdupack; | 55 | int ccid2hctx_numdupack; |
56 | struct ccid2_seq *ccid2hctx_seqbuf; | 56 | struct ccid2_seq *ccid2hctx_seqbuf; |