[PATCH 2/8] tcp: simplify microsecond rtt sampling

2005-11-10 Thread shemminger
Simplify the code that comuputes microsecond rtt estimate used by TCP Vegas. Move the callback out of the RTT sampler and into the end of the ack cleanup. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- net-2.6.orig/net/ipv4/tcp_input.c +++ net-2.6/net/ipv4/tcp_input.c @@ -548,10 +548,9

Re: [PATCH 2/8] tcp: simplify microsecond rtt sampling

2005-11-10 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Thu, 10 Nov 2005 15:15:09 -0800 Simplify the code that comuputes microsecond rtt estimate used by TCP Vegas. Move the callback out of the RTT sampler and into the end of the ack cleanup. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Nice cleanup, applied.