commit | ca2eb5679f8ddffff60156af42595df44a315ef0 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Feb 05 07:25:17 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 05 14:51:16 2013 -0500 |
tree | e056a2cf5454039f071d47cc919bf73a9bf0c60f | |
parent | 547472b8e1da72ae226430c0c4273e36fc8ca768 [diff] |
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>