aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2013-02-05 02:25:17 -0500
committerDavid S. Miller <davem@davemloft.net>2013-02-05 14:51:16 -0500
commitca2eb5679f8ddffff60156af42595df44a315ef0 (patch)
treee056a2cf5454039f071d47cc919bf73a9bf0c60f /include/linux
parent547472b8e1da72ae226430c0c4273e36fc8ca768 (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 'include/linux')
-rw-r--r--include/linux/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 4e1d2283e3cc..6d0d46138ae8 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -246,7 +246,6 @@ struct tcp_sock {
246 u32 sacked_out; /* SACK'd packets */ 246 u32 sacked_out; /* SACK'd packets */
247 u32 fackets_out; /* FACK'd packets */ 247 u32 fackets_out; /* FACK'd packets */
248 u32 tso_deferred; 248 u32 tso_deferred;
249 u32 bytes_acked; /* Appropriate Byte Counting - RFC3465 */
250 249
251 /* from STCP, retrans queue hinting */ 250 /* from STCP, retrans queue hinting */
252 struct sk_buff* lost_skb_hint; 251 struct sk_buff* lost_skb_hint;