From owner-cvs-all@FreeBSD.ORG Thu Sep 7 18:53:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C76216A4E0 for ; Thu, 7 Sep 2006 18:53:41 +0000 (UTC) (envelope-from silby@silby.com) Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 74C8F43D90 for ; Thu, 7 Sep 2006 18:53:25 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 14363 invoked by uid 3193); 7 Sep 2006 18:53:24 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Sep 2006 18:53:24 -0000 Date: Thu, 7 Sep 2006 14:53:24 -0400 (EDT) From: Mike Silbersack X-X-Sender: silby@niwun.pair.com To: Julian Elischer In-Reply-To: <450067BB.3080501@elischer.org> Message-ID: References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060907000939.J12826@odysseus.silby.com> <450067BB.3080501@elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:53:41 -0000 On Thu, 7 Sep 2006, Julian Elischer wrote: > If we are seeing less than stellar TCP performance on a loaded 6.1 machine > will this change possibly fix it (was faster under 4.8).? I guess it depends on what you mean by "TCP performance". Are you making hundreds or thousands of outbound connections per second? If not, I don't think this will matter to you. Mike "Silby" Silbersack