Re: [PATCH] TCP:Fix a bug in strategy_allowed_congestion_control

2008-01-31 Thread David Miller
From: shanwei <[EMAIL PROTECTED]> Date: Mon, 28 Jan 2008 10:05:35 +0800 > Stephen Hemminger 写道: > > On Fri, 25 Jan 2008 15:10:13 +0800 > > shanwei <[EMAIL PROTECTED]> wrote: > > > >> hi all: > >> > >> In strategy_allowed_congestion_control of the 2.6.24 kernel, > >> when sysctl_string return 1 o

Re: [PATCH] TCP:Fix a bug in strategy_allowed_congestion_control

2008-01-27 Thread shanwei
Stephen Hemminger 写道: > On Fri, 25 Jan 2008 15:10:13 +0800 > shanwei <[EMAIL PROTECTED]> wrote: > >> hi all: >> >> In strategy_allowed_congestion_control of the 2.6.24 kernel, >> when sysctl_string return 1 on success,it should call >> tcp_set_allowed_congestion_control to set the allowed conges

Re: [PATCH] TCP:Fix a bug in strategy_allowed_congestion_control

2008-01-25 Thread Stephen Hemminger
On Fri, 25 Jan 2008 15:10:13 +0800 shanwei <[EMAIL PROTECTED]> wrote: > hi all: > > In strategy_allowed_congestion_control of the 2.6.24 kernel, > when sysctl_string return 1 on success,it should call > tcp_set_allowed_congestion_control to set the allowed congestion > control.But, it don't. >