aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-21 15:16:48 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-25 20:54:16 -0500
commit6cb9682d8e126002fdf48dbee2dc4956c22daae0 (patch)
treebc8a5da150dafea840f16d159c6b4f8dfd2b7d40 /man7
parentfeb3713a80b45800448811d1ed610905408de14a (diff)
downloadman-pages-6cb9682d8e126002fdf48dbee2dc4956c22daae0.tar.gz
tcp.7: The tcp_bic* proc files disappeared in Linux 2.6.13
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/tcp.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7
index 2626b7e49c..6925be8fd6 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -282,7 +282,7 @@ this is the initial MSS used by the connection.
.\"
.\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt
.TP
-.IR tcp_bic " (Boolean; default: disabled; since Linux 2.4.27/2.6.6)"
+.IR tcp_bic " (Boolean; default: disabled; Linux 2.4.27/2.6.6 to 2.6.13)"
.\" Since 2.4.27/2.6.6
Enable BIC TCP congestion control algorithm.
BIC-TCP is a sender-side only change that ensures a linear RTT
@@ -299,7 +299,7 @@ increase provides TCP friendliness.
.\"
.\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt
.TP
-.IR tcp_bic_low_window " (integer; default: 14; since Linux 2.4.27/2.6.6)"
+.IR tcp_bic_low_window " (integer; default: 14; Linux 2.4.27/2.6.6 to 2.6.13)"
.\" Since 2.4.27/2.6.6
Sets the threshold window (in packets) where BIC TCP starts to
adjust the congestion window.
@@ -308,7 +308,7 @@ the same as the default TCP Reno.
.\"
.\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt
.TP
-.IR tcp_bic_fast_convergence " (Boolean; default: enabled; since Linux 2.4.27/2.6.6)"
+.IR tcp_bic_fast_convergence " (Boolean; default: enabled; Linux 2.4.27/2.6.6 to 2.6.13)"
.\" Since 2.4.27/2.6.6
Forces BIC TCP to more quickly respond to changes in congestion
window.