Re: [PATCH] TCP: H-TCP maxRTT estimation at startup

2007-08-07 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 3 Aug 2007 10:57:56 +0100 > Small patch to H-TCP from Douglas Leith. > > Fix estimation of maxRTT. The original code ignores rtt measurements > during slow start (via the check tp->snd_ssthresh < 0x) yet this > is probably a good time t

[PATCH] TCP: H-TCP maxRTT estimation at startup

2007-08-03 Thread Stephen Hemminger
Small patch to H-TCP from Douglas Leith. Fix estimation of maxRTT. The original code ignores rtt measurements during slow start (via the check tp->snd_ssthresh < 0x) yet this is probably a good time to try to estimate max rtt as delayed acking is disabled and slow start will only exit on a l