commit | 9bcc66e1983d10861deb6920fb0c151c5b01772a | [log] [tgz] |
---|---|---|
author | Jon Maxwell <jmaxwell37@gmail.com> | Thu Jul 19 11:14:42 2018 +1000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 21 10:28:55 2018 -0700 |
tree | 29fd844864943e9c6bc8c6f8068b70a66f766ea9 | |
parent | 975cd350c270328b784326d124b7a6607542e053 [diff] |
tcp: convert icsk_user_timeout from jiffies to msecs This is a preparatory commit. Part of this series that improves the socket TCP_USER_TIMEOUT option accuracy. Implement Eric Dumazets idea to convert icsk->icsk_user_timeout from jiffies to msecs. To eliminate the msecs_to_jiffies() and jiffies_to_msecs() dance in future. Signed-off-by: Jon Maxwell <jmaxwell37@gmail.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>