From: Rick Jones Date: Tue, 21 Mar 2006 06:40:29 +0000 (-0800) Subject: [TCP]: sysctl to allow TCP window > 32767 sans wscale X-Git-Tag: v2.6.17-rc1~1175^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d99e02babae8bc20b836917ace07d93e318149;p=pandora-kernel.git [TCP]: sysctl to allow TCP window > 32767 sans wscale Back in the dark ages, we had to be conservative and only allow 15-bit window fields if the window scale option was not negotiated. Some ancient stacks used a signed 16-bit quantity for the window field of the TCP header and would get confused. Those days are long gone, so we can use the full 16-bits by default now. There is a sysctl added so that we can still interact with such old stacks Signed-off-by: Rick Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed