From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14 Date: Mon, 08 May 2006 10:43:22 -0700 (PDT) Message-ID: <20060508.104322.58430929.davem@davemloft.net> References: <3feffd230605062232m1b9a3951h6d21071cdacc890f@mail.gmail.com> <20060508112915.GB4162@ucw.cz> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: hswong3i@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:46016 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S932424AbWEHRng (ORCPT ); Mon, 8 May 2006 13:43:36 -0400 To: pavel@suse.cz In-Reply-To: <20060508112915.GB4162@ucw.cz> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Pavel Machek Date: Mon, 8 May 2006 11:29:15 +0000 > Hi! > > > TCP Low Priority is a distributed algorithm whose goal > > is to utilize only > > the excess network bandwidth as compared to the ``fair > > share`` of > > bandwidth as targeted by TCP. Available from: > > http://www.ece.rice.edu/~akuzma/Doc/akuzma/TCP-LP.pdf > > Nice... I'd like to use something like this on my (overloaded) > GPRS/EDGE link. > > Unfortunately, patch does not include documentation update AFAICS. How > do I use it? net-nice -n 19 rsync would be nice, but I guess that > would be quite complex...? You could select it as the default congestion control algorithm in your kernel config, but that's probably not what you want. Or, just include it, and select it with the TCP_CONGESTION socket option when you want it. Sorry, this does require app modifications.