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, ap
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