mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-12-13 15:27:12 +00:00
[DCCP] ccid2: Allow window to grow larger
Now that we can stuff bigger ack vectors into options. Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
parent
522f1d095b
commit
6472c051fc
@ -35,7 +35,7 @@ struct ccid2_seq {
|
||||
struct ccid2_seq *ccid2s_next;
|
||||
};
|
||||
|
||||
#define CCID2_SEQBUF_LEN 256
|
||||
#define CCID2_SEQBUF_LEN 1024
|
||||
#define CCID2_SEQBUF_MAX 128
|
||||
|
||||
/** struct ccid2_hc_tx_sock - CCID2 TX half connection
|
||||
|
Loading…
Reference in New Issue
Block a user