From owner-freebsd-net@FreeBSD.ORG Tue Nov 28 15:05:56 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C2BE16A40F for ; Tue, 28 Nov 2006 15:05:56 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id E283043CA1 for ; Tue, 28 Nov 2006 15:05:50 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1290074pyh for ; Tue, 28 Nov 2006 07:05:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CBs46Jf5OsDqX1hGpfubRXmnFEl64Q15Zu7aVropGOEyHEDVhQiSabfs0DvbPAt56ReqyqxFjpPu1x9HVV4i54S2orhAwK0cpFpTP89OrDazzUO/Wwu8LDz7g2wOn53D9Tkj0G7LwGAZJjFo33tHvQ9UyJcYzYe0qVSHxwvyDes= Received: by 10.35.79.3 with SMTP id g3mr1786989pyl.1164726353060; Tue, 28 Nov 2006 07:05:53 -0800 (PST) Received: by 10.35.17.16 with HTTP; Tue, 28 Nov 2006 07:05:52 -0800 (PST) Message-ID: <3aaaa3a0611280705i4042e0a7k1d01c0857d0c7af@mail.gmail.com> Date: Tue, 28 Nov 2006 15:05:52 +0000 From: Chris To: "Andre Oppermann" In-Reply-To: <455E068D.1030000@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <455CB311.8040301@freebsd.org> <455E0244.1070903@thedarkside.nl> <455E068D.1030000@freebsd.org> Cc: freebsd-net@freebsd.org, freebsd-current@freebsd.org, Pieter de Boer Subject: Re: Automatic TCP send socker buffer sizing 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: Tue, 28 Nov 2006 15:05:56 -0000 On 17/11/06, Andre Oppermann wrote: > Pieter de Boer wrote: > > Andre Oppermann wrote: > > > > > >> With automatic TCP send socket buffers we can start with a small buffer > >> and quickly grow it in parallel with the TCP congestion window to match > >> real network conditions. > > > > Are you planning to implement something similar for the receive path? > > Yes, but it's a bit harder. > > -- > Andre > _______________________________________________ > 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" > Is there progress on this yet? still no problems with the current patch :) Chris