[TCP]: simplify microsecond rtt sampling
authorStephen Hemminger <shemminger@osdl.org>
Fri, 11 Nov 2005 00:56:12 +0000 (16:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Nov 2005 00:56:12 +0000 (16:56 -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 <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found