]> git.baikalelectronics.ru Git - kernel.git/commit
Allow to turn off TCP window scale opt per route
authorGilad Ben-Yossef <gilad@codefidence.com>
Wed, 28 Oct 2009 04:15:26 +0000 (04:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Oct 2009 08:28:47 +0000 (01:28 -0700)
commitb3542ac9a762565b681be57fab413714d78a6271
tree6e4b83512481d25b8e7976a1556c5d848e84a621
parent4633f82b4439edccfa6ff68508b93527ad6995c7
Allow to turn off TCP window scale opt per route

Add and use no window scale bit in the features field.

Note that this is not the same as setting a window scale of 0
as would happen with window limit on route.

Signed-off-by: Gilad Ben-Yossef <gilad@codefidence.com>
Sigend-off-by: Ori Finkelman <ori@comsleep.com>
Sigend-off-by: Yony Amit <yony@comsleep.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rtnetlink.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c