commit | 825e1c523d5000f067a1614e4a66bb282a2d373c | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Oct 15 09:37:58 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:56:42 2018 -0700 |
tree | 0e00bed799a56fb60c399ae94816018a0213e476 | |
parent | 97ec3eb33dd300764ca5fa8923e5430dc4dbac13 [diff] |
tcp: cdg: use tcp high resolution clock cache We store in tcp socket a cache of most recent high resolution clock, there is no need to call local_clock() again, since this cache is good enough. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>