Re: [PATCH 4/5] tcp: allow autoloading of congestion control via setsockopt

2006-11-09 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 31 Oct 2006 15:01:44 -0800 > If user has permision to load modules, then autoload then attempt > autoload of TCP congestion module. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: se

[PATCH 4/5] tcp: allow autoloading of congestion control via setsockopt

2006-10-31 Thread Stephen Hemminger
If user has permision to load modules, then autoload then attempt autoload of TCP congestion module. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv4/tcp_cong.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) --- tcp.orig/net/ipv4/tcp_cong.c2006-10-