Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-09 Thread Wong Edison
as this patch is use to add a new function but not bug fix what can i help after i have submit it ?? as i have test it before i can provide the data that i have tested out ;-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More ma

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-08 Thread David S. Miller
From: "Wong Edison" <[EMAIL PROTECTED]> 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 > a

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-08 Thread Wong Edison
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

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-08 Thread David S. Miller
From: Pavel Machek <[EMAIL PROTECTED]> Date: Mon, 8 May 2006 11:29:15 + > 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: > >

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-08 Thread Wong Edison
umum... as i am new in submitting patch... althought i have already read for a lot of reference... i know only a little about the format required :( i would like to do whatever i need to do may u give me some hints about how to do so ?? net-nice -n 19 rsync ?? sorry that i don't know what is it.

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-08 Thread Pavel Machek
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 lik

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-06 Thread David S. Miller
How many times are you going to post this same patch over and over again? Please don't do that, thank you. We all saw it the first time. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.o

[PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-06 Thread Wong Edison
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 Original Author: Aleksandar Kuzmanovic <[EMAIL PROTECTE

PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-06 Thread Wong Edison
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 Original Author: Aleksandar Kuzmanovic <[EMAIL PROT