]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove Appropriate Byte Count support
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 5 Feb 2013 07:25:17 +0000 (07:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Feb 2013 19:51:16 +0000 (14:51 -0500)
commita472ce8d77d9362a0324e7b8e10b82086f7d8343
treee056a2cf5454039f071d47cc919bf73a9bf0c60f
parent266e9a163e01b756ae733a3612b136f09027d882
tcp: remove Appropriate Byte Count support

TCP Appropriate Byte Count was added by me, but later disabled.
There is no point in maintaining it since it is a potential source
of bugs and Linux already implements other better window protection
heuristics.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
include/linux/tcp.h
include/net/tcp.h
kernel/sysctl_binary.c
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp.c
net/ipv4/tcp_cong.c
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c