commit | c2203cf75ed7dfab8dfc7ac915a726880ee7512f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue May 16 14:00:04 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 17 16:06:01 2017 -0400 |
tree | 502b28a4374307fe23a75adc34e167fdf7e3cba3 | |
parent | d635fbe27ebee0f4b845abe5e9620c9400785a5c [diff] |
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp Use tcp_jiffies32 instead of tcp_time_stamp to feed tp->snd_cwnd_stamp. tcp_time_stamp will soon be a litle bit more expensive than simply reading 'jiffies'. Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Soheil Hassas Yeganeh <soheil@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>