Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 03:59:42 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42753 - head/en_US.ISO8859-1/htdocs/releases/9.2R
Message-ID:  <201309300359.r8U3xg3K075172@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Sep 30 03:59:41 2013
New Revision: 42753
URL: http://svnweb.freebsd.org/changeset/doc/42753

Log:
  Document r252789
  
  Add man page references for:
  - sysctl.conf(5)
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml	Mon Sep 30 03:23:39 2013	(r42752)
+++ head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml	Mon Sep 30 03:59:41 2013	(r42753)
@@ -20,6 +20,7 @@
 <!ENTITY man.vlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=vlan&amp;sektion=4'>vlan(4)</a>">
 <!ENTITY man.wlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=wlan&amp;sektion=4'>wlan(4)</a>">
 <!ENTITY man.rc.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=rc.conf&amp;sektion=5'>rc.conf(5)</a>">
+<!ENTITY man.sysctl.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=sysctl.conf&amp;sektion=5'>sysctl.conf(5)</a>">
 <!ENTITY man.bsdinstall.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=bsdinstall&amp;sektion=8'>bsdinstall(8)</a>">
 <!ENTITY man.hostapd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=hostapd&amp;sektion=8'>hostapd(8)</a>">
 <!ENTITY man.rarpd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=rarpd&amp;sektion=8'>rarpd(8)</a>">
@@ -172,6 +173,16 @@
 	    href="&svn.rev;252495">r252495</a>]</p></li>
 
       <li>
+	<p>Add a tunable to increase the initial TCP congestion
+	  window from 4 segments to 10 segments.  This tunable
+	  can be enabled by adding
+	  <code>net.inet.tcp.experimental.initcwnd10=1</code> to
+	  &man.sysctl.conf.5;.  This tunable is turned off by default
+	  in &os;&nbsp;&release.version;.
+	  [<a
+	    href="&svn.rev;252789">r252789</a>]</p></li>
+
+      <li>
 	<p>Update the &man.ixgbe.4; driver.  [<a
 	    href="&svn.rev;252898">r252898</a>]</p></li>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309300359.r8U3xg3K075172>