summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-08-25 01:59:07 +0000
committerdillon <dillon@FreeBSD.org>2002-08-25 01:59:07 +0000
commite0d23f387eb3345f3557c9050597dbf3ca1859f9 (patch)
tree1b76e5f6852383539c49569fdd53724f81ce3cc2 /release
parentcaeb11da290a94f94ca5bdc8faf82d71e0599643 (diff)
downloadFreeBSD-src-e0d23f387eb3345f3557c9050597dbf3ca1859f9.zip
FreeBSD-src-e0d23f387eb3345f3557c9050597dbf3ca1859f9.tar.gz
Add a sentence on the TCP retransmission timer changes
and the TCP bandwidth delay product window limiting features. note: the -current version of the retransmit timer defaults to 200ms while the -stable version defaults to 1 second for now. MFC after: 3 days
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml14
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml14
2 files changed, 28 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index e470f23..25efbd0 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -336,6 +336,20 @@
pasting, by default bound to
<keycap>Shift</keycap>-<keycap>Insert</keycap>.</para>
+ <para>The &man.tcp.4; protocol's retransmission timer can now be
+ manipulated with two sysctl's,
+ <varname>net.inet.tcp.rexmit_min</varname> and
+ <varname>net.inet.tcp.rexmit_slop</varname>. The default has
+ been reduced from one second to 200ms (similar to the Linux default)
+ in order to better handle hicups over interactive connections and
+ improve recovery over lossy fast connections such as wireless links.</para>
+
+ <para>The &man.tcp.4; protocol now has the ability to dynamically
+ limit the send-side window to maximize bandwidth and minimize
+ round trip times. The feature can be enabled via the
+ <varname>net.inet.tcp.inflight_enable</varname>
+ sysctl.</para>
+
<para role="historic">Support for USB devices was added to the
<filename>GENERIC</filename> kernel and to the installation
programs to support USB devices out of the box. Note that SRM
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index e470f23..25efbd0 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -336,6 +336,20 @@
pasting, by default bound to
<keycap>Shift</keycap>-<keycap>Insert</keycap>.</para>
+ <para>The &man.tcp.4; protocol's retransmission timer can now be
+ manipulated with two sysctl's,
+ <varname>net.inet.tcp.rexmit_min</varname> and
+ <varname>net.inet.tcp.rexmit_slop</varname>. The default has
+ been reduced from one second to 200ms (similar to the Linux default)
+ in order to better handle hicups over interactive connections and
+ improve recovery over lossy fast connections such as wireless links.</para>
+
+ <para>The &man.tcp.4; protocol now has the ability to dynamically
+ limit the send-side window to maximize bandwidth and minimize
+ round trip times. The feature can be enabled via the
+ <varname>net.inet.tcp.inflight_enable</varname>
+ sysctl.</para>
+
<para role="historic">Support for USB devices was added to the
<filename>GENERIC</filename> kernel and to the installation
programs to support USB devices out of the box. Note that SRM
OpenPOWER on IntegriCloud