]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commiteab8fa0af3af298b416ad4d1be98e7451b895373
tree3063abb67ee163a5b565b125796ba2f90582618b
parent09dbccde2a055f43338e6c77e3e0481a6a27d620
[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