From 867ccae351ac681c65d849f3c92cbae8c8e9b654 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Nov 2008 15:27:00 -0500 Subject: [PATCH] tcp.7: tcp_vegas_cong_avoid disappeared in Linux 2.6.13 Signed-off-by: Michael Kerrisk --- man7/tcp.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/tcp.7 b/man7/tcp.7 index caa713b89..e3227ad44 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -749,8 +749,8 @@ scaling with the other end during connection setup. .\" .\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt .TP -.IR tcp_vegas_cong_avoid " (Boolean; default: disabled; since Linux 2.2)" -.\" Since 2.1.8 +.IR tcp_vegas_cong_avoid " (Boolean; default: disabled; Linux 2.2 to 2.6.13)" +.\" Since 2.1.8; removed in 2.6.13 Enable TCP Vegas congestion avoidance algorithm. TCP Vegas is a sender-side only change to TCP that anticipates the onset of congestion by estimating the bandwidth.