Re: [PATCH] [TCP]: Fixes IW > 2 cases when TCP is application limited

2006-08-04 Thread David Miller
From: Ilpo Järvinen <[EMAIL PROTECTED]> Date: Fri, 04 Aug 2006 00:32:36 +0300 > Whenever a transfer is application limited, we are allowed at least > initial window worth of data per window unless cwnd is previously > less than that. > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> Looks go

Re: [PATCH] [TCP]: Fixes IW > 2 cases when TCP is application limited

2006-08-03 Thread Stephen Hemminger
On Fri, 04 Aug 2006 00:32:36 +0300 Ilpo Järvinen <[EMAIL PROTECTED]> wrote: > Whenever a transfer is application limited, we are allowed at least > initial window worth of data per window unless cwnd is previously > less than that. > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> > --- > ne

[PATCH] [TCP]: Fixes IW > 2 cases when TCP is application limited

2006-08-03 Thread Ilpo Järvinen
Whenever a transfer is application limited, we are allowed at least initial window worth of data per window unless cwnd is previously less than that. Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- net/ipv4/tcp_input.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git