From: Yuchung Cheng Date: Mon, 22 Jul 2013 23:20:45 +0000 (-0700) Subject: tcp: consolidate SYNACK RTT sampling X-Git-Tag: v3.12-rc1~132^2~485^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375fe02c91792917aa26d68a87ab110d1937f44e;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed