commit | ee1836aec4f5a977c1699a311db4d9027ef21ac8 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Oct 26 21:21:40 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 28 19:08:04 2017 +0900 |
tree | 9e8261b2d52181178fba19ae314221e4235cc062 | |
parent | 63b9ab65bd76e5de6479bb14b4014b64aa1a317a [diff] |
tcp: refresh tp timestamp before tcp_mtu_probe() In the unlikely event tcp_mtu_probe() is sending a packet, we want tp->tcp_mstamp being as accurate as possible. This means we need to call tcp_mstamp_refresh() a bit earlier in tcp_write_xmit(). Fixes: 385e20706fac ("tcp: use tp->tcp_mstamp in output path") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>