From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 09:00:19 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE8E61065688 for ; Mon, 23 Jun 2008 09:00:19 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id 910468FC13 for ; Mon, 23 Jun 2008 09:00:19 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 23 Jun 2008 10:00:18 +0100 (BST) Date: Mon, 23 Jun 2008 10:00:17 +0100 From: David Malone To: Jerahmy Pocott Message-ID: <20080623090017.GB95600@walton.maths.tcd.ie> References: <0222EAC1-A278-41D2-9566-C9CF19811068@optusnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0222EAC1-A278-41D2-9566-C9CF19811068@optusnet.com.au> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: freebsd-stable@freebsd.org Subject: Re: Sysctl knob(s) to set TCP 'nagle' time-out? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 09:00:20 -0000 On Mon, Jun 23, 2008 at 05:25:49PM +1000, Jerahmy Pocott wrote: > So does anyone know IF this can be tuned and if so by what? You can tune it with net.inet.tcp.delacktime - it should be is ms. David.