svn commit: r42753 - head/en_US.ISO8859-1/htdocs/releases/9.2R
Glen Barber
gjb at FreeBSD.org
Mon Sep 30 03:59:42 UTC 2013
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;&query=vlan&sektion=4'>vlan(4)</a>">
<!ENTITY man.wlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=wlan&sektion=4'>wlan(4)</a>">
<!ENTITY man.rc.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=rc.conf&sektion=5'>rc.conf(5)</a>">
+<!ENTITY man.sysctl.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=sysctl.conf&sektion=5'>sysctl.conf(5)</a>">
<!ENTITY man.bsdinstall.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=bsdinstall&sektion=8'>bsdinstall(8)</a>">
<!ENTITY man.hostapd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=hostapd&sektion=8'>hostapd(8)</a>">
<!ENTITY man.rarpd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=rarpd&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; &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>
More information about the svn-doc-head
mailing list