Re: [PATCH 001/100] TCP congestion module: add TCP-LP supporting for 2.6.16

2006-05-02 Thread Stephen Hemminger
> +/** > + * struct lp > + * @flag: TCP-LP state flag > + * @sowd: smoothed OWD << 3 > + * @owd_min: min OWD > + * @owd_max: max OWD > + * @owd_max_rsv: resrved max owd > + * @RHZ: estimated remote HZ > + * @remote_ref_time: remote reference time > + * @local_ref_time: local reference time > + * @

Re: [PATCH 001/100] TCP congestion module: add TCP-LP supporting for 2.6.16

2006-05-02 Thread Stephen Hemminger
On Mon, 1 May 2006 18:05:52 +0800 "Wong Edison" <[EMAIL PROTECTED]> wrote: > 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/~ak

[PATCH 001/100] TCP congestion module: add TCP-LP supporting for 2.6.16

2006-05-01 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 See http://www-ece.rice.edu/networks/TCP-LP/ for their i