commit | 375fe02c91792917aa26d68a87ab110d1937f44e | [log] [tgz] |
---|---|---|
author | Yuchung Cheng <ycheng@google.com> | Mon Jul 22 16:20:45 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 22 17:53:42 2013 -0700 |
tree | 2a6c1205f6b136f7ac55f191912b386a0f3b2491 | |
parent | c3f51d5f387b552b9d9fd7f41e19b84929712f82 [diff] |
tcp: consolidate SYNACK RTT sampling The first patch consolidates SYNACK and other RTT measurement to use a central function tcp_ack_update_rtt(). A (small) bonus is now SYNACK RTT measurement happens after PAWS check, potentially reducing the impact of RTO seeding on bad TCP timestamps values. Signed-off-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>