svn commit: r318037 - stable/11/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Tue May 9 17:21:30 UTC 2017


Author: gjb
Date: Tue May  9 17:21:28 2017
New Revision: 318037
URL: https://svnweb.freebsd.org/changeset/base/318037

Log:
  Document r317386, Use estimated RTT for receive buffer auto resizing
  instead of timestamps
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:28 2017	(r318036)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:28 2017	(r318037)
@@ -352,6 +352,15 @@
     <para>This section describes changes that affect networking in
       &os;.</para>
 
+    <sect2 xml:id="network-general">
+      <title>General Network Changes</title>
+
+      <para revision="317386" contrib="sponsor"
+	sponsor="&multiplay;">The <acronym>TCP</acronym> stack has
+	been changed to use the estimated <acronym>RTT</acronym>
+	instead of timestamps for receive buffer auto resizing.</para>
+    </sect2>
+
     <sect2 xml:id="network-protocols">
       <title>Network Protocols</title>
 


More information about the svn-src-stable mailing list