aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skge.c
diff options
context:
space:
mode:
authorOri Finkelman <ori@comsleep.com>2009-10-01 06:41:59 +0000
committerDavid S. Miller <davem@davemloft.net>2009-10-01 15:14:51 -0700
commit89e95a613c8a045ce0c5b992ba19f10613f6ab2f (patch)
treec2e00d58e520ac114362631d672ea2aa198b9d43 /drivers/net/skge.c
parentnet/ipv4/tcp.c: fix min() type mismatch warning (diff)
downloadlinux-dev-89e95a613c8a045ce0c5b992ba19f10613f6ab2f.tar.xz
linux-dev-89e95a613c8a045ce0c5b992ba19f10613f6ab2f.zip
IPv4 TCP fails to send window scale option when window scale is zero
Acknowledge TCP window scale support by inserting the proper option in SYN/ACK and SYN headers even if our window scale is zero. This fixes the following observed behavior: 1. Client sends a SYN with TCP window scaling option and non zero window scale value to a Linux box. 2. Linux box notes large receive window from client. 3. Linux decides on a zero value of window scale for its part. 4. Due to compare against requested window scale size option, Linux does not to send windows scale TCP option header on SYN/ACK at all. With the following result: Client box thinks TCP window scaling is not supported, since SYN/ACK had no TCP window scale option, while Linux thinks that TCP window scaling is supported (and scale might be non zero), since SYN had TCP window scale option and we have a mismatched idea between the client and server regarding window sizes. Probably it also fixes up the following bug (not observed in practice): 1. Linux box opens TCP connection to some server. 2. Linux decides on zero value of window scale. 3. Due to compare against computed window scale size option, Linux does not to set windows scale TCP option header on SYN. With the expected result that the server OS does not use window scale option due to not receiving such an option in the SYN headers, leading to suboptimal performance. Signed-off-by: Gilad Ben-Yossef <gilad@codefidence.com> Signed-off-by: Ori Finkelman <ori@comsleep.com> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/skge.c')
0 files changed, 0 insertions, 0 deletions