Files
linux/net/ipv4
Neal Cardwell aab2b4bf22 tcp: fix double-counted receiver RTT when leaving receiver fast path
We should not update ts_recent and call tcp_rcv_rtt_measure_ts() both
before and after going to step5. That wastes CPU and double-counts the
receiver-side RTT sample.

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-03-04 14:12:07 -05:00
..
2013-02-25 15:47:41 -05:00
2013-02-15 15:10:37 -05:00
2013-01-29 13:59:57 -05:00
2013-01-11 15:58:08 -08:00
2012-10-08 17:42:36 -04:00
2013-02-04 15:46:15 -05:00
2013-02-21 15:25:00 -05:00