From owner-svn-src-head@freebsd.org Mon May 9 11:48:10 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99E73B345F5; Mon, 9 May 2016 11:48:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB391CA5; Mon, 9 May 2016 11:48:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49Bm98J048900; Mon, 9 May 2016 11:48:09 GMT (envelope-from maxim@FreeBSD.org) Received: (from maxim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49Bm96c048899; Mon, 9 May 2016 11:48:09 GMT (envelope-from maxim@FreeBSD.org) Message-Id: <201605091148.u49Bm96c048899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: maxim set sender to maxim@FreeBSD.org using -f From: Maxim Konovalov Date: Mon, 9 May 2016 11:48:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299255 - head/share/man/man7 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 11:48:10 -0000 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.*