commit | 2d2abbab63f6726a147ae61ada39bf2c9ee0db9a | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Thu Nov 10 16:56:12 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 10 16:56:12 2005 -0800 |
tree | 3063abb67ee163a5b565b125796ba2f90582618b | |
parent | f4805eded7d38c4e42bf473dc5eb2f34853beb06 [diff] |
[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>