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)
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>

No differences found