From owner-freebsd-net@FreeBSD.ORG Tue Feb 5 17:24:43 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D3C2120A; Tue, 5 Feb 2013 17:24:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id ABF60A77; Tue, 5 Feb 2013 17:24:43 +0000 (UTC) Received: from pakbsde14.localnet (unknown [38.105.238.108]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 195DEB91E; Tue, 5 Feb 2013 12:24:43 -0500 (EST) From: John Baldwin To: freebsd-net@freebsd.org Subject: Re: [PATCH] Add a new TCP_IGNOREIDLE socket option Date: Tue, 5 Feb 2013 12:11:42 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p22; KDE/4.5.5; amd64; ; ) References: <201301221511.02496.jhb@freebsd.org> <201301301158.33838.jhb@freebsd.org> <510957B9.8070203@freebsd.org> In-Reply-To: <510957B9.8070203@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201302051211.43345.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 05 Feb 2013 12:24:43 -0500 (EST) Cc: Sepherosa Ziehau , Bjoern Zeeb , Andre Oppermann X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 17:24:43 -0000 On Wednesday, January 30, 2013 12:26:17 pm Andre Oppermann wrote: > You can simply create your own congestion control algorithm with only the > restart window changed. See (pseudo) code below. BTW, I just noticed that > the other cc algos don't do not reset the idle window. *sigh* I am fully competent at maintaining my own local changes. The point was to share this so that other people with similar workloads could make use of it. Also, a custom CC algo is not the right approach as we would want this change regardless of the CC algo used for handling non-idle periods (so that this is an orthogonal knob). Linux also makes this an orthogonal knob rather than requiring a separate CC algo. -- John Baldwin