summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-08-25 01:59:07 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-08-25 01:59:07 +0000
commit89bed25f9ffadc69e58155367bac4c486d3daaae (patch)
tree1b76e5f6852383539c49569fdd53724f81ce3cc2
parent667137d174c4393aed8437529b0606d00fed2060 (diff)
Notes
-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 e470f2308e8e..25efbd0b8f75 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 e470f2308e8e..25efbd0b8f75 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