commit | 8ea333eb5da3e3219f570220c56bca09f6f4d25a | [log] [tgz] |
---|---|---|
author | John Heffner <jheffner@psc.edu> | Thu Sep 28 14:47:38 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:03:08 2006 -0700 |
tree | 97e76b5aa8a8cd795dc65768fe5c75a4135a5ec1 | |
parent | bfbea8a8869a0e21b97605841d04190d63665d19 [diff] |
[TCP]: Fix and simplify microsecond rtt sampling This changes the microsecond RTT sampling so that samples are taken in the same way that RTT samples are taken for the RTO calculator: on the last segment acknowledged, and only when the segment hasn't been retransmitted. Signed-off-by: John Heffner <jheffner@psc.edu> Acked-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>