diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2013-02-05 02:25:17 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-02-05 14:51:16 -0500 |
commit | ca2eb5679f8ddffff60156af42595df44a315ef0 (patch) | |
tree | e056a2cf5454039f071d47cc919bf73a9bf0c60f /Documentation/networking/ip-sysctl.txt | |
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>
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 19ac1802bfd4..dc2dc87d2557 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -130,17 +130,6 @@ somaxconn - INTEGER | |||
130 | Defaults to 128. See also tcp_max_syn_backlog for additional tuning | 130 | Defaults to 128. See also tcp_max_syn_backlog for additional tuning |
131 | for TCP sockets. | 131 | for TCP sockets. |
132 | 132 | ||
133 | tcp_abc - INTEGER | ||
134 | Controls Appropriate Byte Count (ABC) defined in RFC3465. | ||
135 | ABC is a way of increasing congestion window (cwnd) more slowly | ||
136 | in response to partial acknowledgments. | ||
137 | Possible values are: | ||
138 | 0 increase cwnd once per acknowledgment (no ABC) | ||
139 | 1 increase cwnd once per acknowledgment of full sized segment | ||
140 | 2 allow increase cwnd by two if acknowledgment is | ||
141 | of two segments to compensate for delayed acknowledgments. | ||
142 | Default: 0 (off) | ||
143 | |||
144 | tcp_abort_on_overflow - BOOLEAN | 133 | tcp_abort_on_overflow - BOOLEAN |
145 | If listening service is too slow to accept new connections, | 134 | If listening service is too slow to accept new connections, |
146 | reset them. Default state is FALSE. It means that if overflow | 135 | reset them. Default state is FALSE. It means that if overflow |