commit | 9bdfb3b79e61c60e1a3e2dc05ad164528afa6b8a | [log] [tgz] |
---|---|---|
author | Konstantin Khlebnikov <khlebnikov@yandex-team.ru> | Sun Feb 21 10:12:39 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 23 18:28:46 2016 -0500 |
tree | 84cfe9e9a212f8ecfca93453561800acf3b8a9ac | |
parent | fb5eb24cdd5cdb83be77d3e4b2f16e92e06bd9e9 [diff] |
tcp: convert cached rtt from usec to jiffies when feeding initial rto Currently it's converted into msecs, thus HZ=1000 intact. Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Fixes: 740b0f1841f6 ("tcp: switch rtt estimations to usec resolution") Signed-off-by: David S. Miller <davem@davemloft.net>