projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54287cc
)
[TCP]: Make snd_cwnd_clamp a u32.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 23 Feb 2007 06:52:59 +0000
(22:52 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:21 +0000
(22:23 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
patch
|
blob
|
history
diff --git
a/include/linux/tcp.h
b/include/linux/tcp.h
index 415193e171e4c1a7eab24b2433351a298dd381f3..18a468dd5055213a8c8fb47008eed78b9cbf912c 100644
(file)
--- a/
include/linux/tcp.h
+++ b/
include/linux/tcp.h
@@
-302,7
+302,7
@@
struct tcp_sock {
u32 snd_ssthresh; /* Slow start size threshold */
u32 snd_cwnd; /* Sending congestion window */
u16 snd_cwnd_cnt; /* Linear increase counter */
- u
16
snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
+ u
32
snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
u32 snd_cwnd_used;
u32 snd_cwnd_stamp;