Re: [PATCH 4/8] tcp: add tcp_slow_start helper

2005-11-11 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 11 Nov 2005 10:40:42 -0800 > >Are you sure that removing those last two lines are correct? > >Maybe this code is trying to influence the congestion window > >validation engine by updating snd_cwnd_stamp like that. And > >are we sure that the

Re: [PATCH 4/8] tcp: add tcp_slow_start helper

2005-11-11 Thread Stephen Hemminger
David S. Miller wrote: From: [EMAIL PROTECTED] Date: Thu, 10 Nov 2005 15:15:11 -0800 Move all the code that does linear TCP slowstart to one inline function to ease later patch to add ABC support. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, but one question about t

Re: [PATCH 4/8] tcp: add tcp_slow_start helper

2005-11-10 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Thu, 10 Nov 2005 15:15:11 -0800 > Move all the code that does linear TCP slowstart to one > inline function to ease later patch to add ABC support. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, but one question about this hunk. > --- net-2.6.ori

[PATCH 4/8] tcp: add tcp_slow_start helper

2005-11-10 Thread shemminger
Move all the code that does linear TCP slowstart to one inline function to ease later patch to add ABC support. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net-2.6.orig/include/net/tcp.h +++ net-2.6/include/net/tcp.h @@ -762,6 +762,16 @@ static inline __u32 tcp_current_ssthresh