svn commit: r299255 - head/share/man/man7

Maxim Konovalov maxim at FreeBSD.org
Mon May 9 11:48:10 UTC 2016


Author: maxim
Date: Mon May  9 11:48:09 2016
New Revision: 299255
URL: https://svnweb.freebsd.org/changeset/base/299255

Log:
  o Stop to mention the slowstart_flightsize sysctl in the tuning(7).
  
  The slowstart_flightsize and local_slowstart_flightsize sysctl's
  were removed from the TCP code in 226447 several years ago.
  
  PR:		209376
  MFC after:	1 week

Modified:
  head/share/man/man7/tuning.7

Modified: head/share/man/man7/tuning.7
==============================================================================
--- head/share/man/man7/tuning.7	Mon May  9 08:38:56 2016	(r299254)
+++ head/share/man/man7/tuning.7	Mon May  9 11:48:09 2016	(r299255)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 8, 2012
+.Dd May 9, 2016
 .Dt TUNING 7
 .Os
 .Sh NAME
@@ -451,12 +451,6 @@ of a slow-start TCP connection.
 While we are not sure we believe that
 the several FAQs related to packages such as SAMBA and SQUID which advise
 turning off delayed acks may be referring to the slow-start issue.
-In
-.Fx ,
-it would be more beneficial to increase the slow-start flightsize via
-the
-.Va net.inet.tcp.slowstart_flightsize
-sysctl rather than disable delayed acks.
 .Pp
 The
 .Va net.inet.ip.portrange.*


More information about the svn-src-all mailing list