From: Neal Cardwell Date: Tue, 17 Sep 2013 01:44:20 +0000 (-0400) Subject: tcp: fix RTO calculated from cached RTT X-Git-Tag: v3.12-rc2~14^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269aa759b474570fa642452742741525cfc226a9;p=pandora-kernel.git tcp: fix RTO calculated from cached RTT Commit 1b7fdd2ab5852 ("tcp: do not use cached RTT for RTT estimation") did not correctly account for the fact that crtt is the RTT shifted left 3 bits. Fix the calculation to consistently reflect this fact. Signed-off-by: Neal Cardwell Cc: Eric Dumazet Cc: Yuchung Cheng Acked-by: Eric Dumazet Acked-By: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed