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 11:38:42 -0700 (PDT) Message-ID: <20060508.113842.82892402.davem@davemloft.net> References: <20060508112915.GB4162@ucw.cz> <20060508.104322.58430929.davem@davemloft.net> <3feffd230605081050x104461fcj76f2821cfc311a6e@mail.gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: pavel@suse.cz, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:6310 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S932504AbWEHSiv (ORCPT ); Mon, 8 May 2006 14:38:51 -0400 To: hswong3i@gmail.com In-Reply-To: <3feffd230605081050x104461fcj76f2821cfc311a6e@mail.gmail.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "Wong Edison" Date: Tue, 9 May 2006 01:50:36 +0800 > > Or, just include it, and select it with the TCP_CONGESTION socket > > option when you want it. Sorry, this does require app modifications. > > i would like to have more information about this > so within the app > after create the socket > then call setsockopt (!?) > to set the TCP_CONGESTION into "lp" (in my case) ?? > > is that means the socket's congestion algorithm will then be what i set ?? > in this socket within this app only ?? Yes, it applies to the socket.