Skip to content

Commit

Permalink
[DCCP] ccid2: Allow window to grow larger
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Bittau authored and David S. Miller committed Dec 3, 2006
1 parent 522f1d0 commit 6472c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dccp/ccids/ccid2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6472c05

Please sign in to comment.