From: Eric Dumazet Date: Thu, 13 Oct 2011 18:24:42 +0000 (+0000) Subject: tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf() X-Git-Tag: v3.2-rc1~182^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a59ecb921de1d44efcf2cdf543bc689fe2e0d8;p=pandora-kernel.git tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed