git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fddf86f
)
tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 13 Oct 2011 18:24:42 +0000
(18:24 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Oct 2011 20:53:30 +0000
(16:53 -0400)
Initial cwnd being 10 (TCP_INIT_CWND) instead of 3, change
tcp_fixup_sndbuf() to get more than 16384 bytes (sysctl_tcp_wmem[1]) in
initial sk_sndbuf
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found