From owner-freebsd-hackers Fri Nov 30 10:48:16 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 201ED37B41B for ; Fri, 30 Nov 2001 10:48:13 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id NAA19666 for ; Fri, 30 Nov 2001 13:48:08 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id fAUIlg100580; Fri, 30 Nov 2001 13:47:42 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15367.54349.876429.742833@grasshopper.cs.duke.edu> Date: Fri, 30 Nov 2001 13:47:41 -0500 (EST) To: freebsd-hackers@freebsd.org Reply-To: trim_your_ccs@loopback.net Subject: Re: TCP Performance Graphs In-Reply-To: <20011130125839.A88302@ussenterprise.ufp.org> References: <20011130125839.A88302@ussenterprise.ufp.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Leo Bicknell writes: > The question that immediately comes to mind is, why not simply use > as big a value as possible? The problem comes down to buffering > the data, and busy servers may have to buffer a lot of data. Having > a 1 meg window size may have you buffer 1 meg per connection. Note > that FreeBSD's current buffer management is particularly stupid in > that it will _always_ buffer 1 Meg, need it or not. Until we fix > this we need an interim solution. > I thought that I heard a few months ago that Matt Dillon was looking at ways to dynamically size tcp windows from within the kernel. Maybe I'm on crack. Maybe we should look at the Dynamic Righsizing work being done at LANL. See "Dynamic Adjustment of TCP Window Sizes" and "Dynamic Right-Sizing: A Simulation Study" at http://public.lanl.gov/radiant/publications.html Cheers, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message