[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)
commit2d2abbab63f6726a147ae61ada39bf2c9ee0db9a
tree3063abb67ee163a5b565b125796ba2f90582618b
parentf4805eded7d38c4e42bf473dc5eb2f34853beb06
[TCP]: simplify microsecond rtt sampling

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>
net/ipv4/tcp_input.c