From owner-freebsd-net@FreeBSD.ORG Mon Nov 14 01:45:54 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB831106564A for ; Mon, 14 Nov 2011 01:45:54 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7DA488FC14 for ; Mon, 14 Nov 2011 01:45:54 +0000 (UTC) Received: from julian-mac.elischer.org (home-nat.elischer.org [67.100.89.137]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id pAE1jpL0060448 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 13 Nov 2011 17:45:52 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <4EC072CB.5030800@freebsd.org> Date: Sun, 13 Nov 2011 17:45:47 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.24) Gecko/20111103 Thunderbird/3.1.16 MIME-Version: 1.0 To: Erich Weiler References: <4EC033B7.5080609@soe.ucsc.edu> <4EC0395C.3030302@swin.edu.au> <4EC055CB.40100@soe.ucsc.edu> <4EC0585F.5000104@soe.ucsc.edu> <4EC05F58.1050103@soe.ucsc.edu> In-Reply-To: <4EC05F58.1050103@soe.ucsc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Jason Wolfe , grenville armitage Subject: Re: Arg. TCP slow start killing me. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2011 01:45:54 -0000 On 11/13/11 4:22 PM, Erich Weiler wrote: >> Yeah, skimming fail, I didn't realize the machine was not the >> termination point of your connections. I do have patches back ported >> that would likely get the modular congestion control working on 8.1, >> but neither my suggestions nor the implementation of Cubic will help >> much as mentioned. > > Given that my firewall is simply forwarding packets in and out, and > is not an endpoint, does anyone think tuning up buffers would help > here? If so, which buffers/sysctl parameters would be worth trying? I can not answer abut pf but I'll say that if I were using ipfw I would use dummynet to rate linit the speed that the incoming packets were passed on to the client macjines and I would make that limit just alittle slower than the incoming link's real speed. that way the linit would be In my machine instead of in my ISPs machines. If pf has a similar mechanism to dummy net then you may be able to try that. > > Thanks for the help everyone! > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >