From: Eric Dumazet
Date: Thu, 26 Oct 2017 21:21:40 -0700
> From: Eric Dumazet
>
> 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().
>
> Fi
From: Eric Dumazet
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: E