projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522f1d0
)
[DCCP] ccid2: Allow window to grow larger
author
Andrea Bittau
<a.bittau@cs.ucl.ac.uk>
Sun, 26 Nov 2006 03:07:50 +0000
(
01:07
-0200)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:30:34 +0000
(21:30 -0800)
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>
net/dccp/ccids/ccid2.h
patch
|
blob
|
blame
|
history
diff --git
a/net/dccp/ccids/ccid2.h
b/net/dccp/ccids/ccid2.h
index a97a8992730884aa6adf89b3d653dd2b000b4c9f..ebd79499c85a3b678d566bb56cd72dcecee0be59 100644
(file)
--- a/
net/dccp/ccids/ccid2.h
+++ b/
net/dccp/ccids/ccid2.h
@@
-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