Acked-by: Mike Maloney <[email protected]> Thanks for the quick fix!
On Tue, Dec 12, 2017 at 9:42 PM, Soheil Hassas Yeganeh <[email protected]> wrote: > On Tue, Dec 12, 2017 at 9:26 PM, Neal Cardwell <[email protected]> wrote: >> On Tue, Dec 12, 2017 at 9:22 PM, Eric Dumazet <[email protected]> wrote: >>> From: Eric Dumazet <[email protected]> >>> >>> Only the retransmit timer currently refreshes tcp_mstamp >>> >>> We should do the same for delayed acks and keepalives. >>> >>> Even if RFC 7323 does not request it, this is consistent to what linux >>> did in the past, when TS values were based on jiffies. >>> >>> Fixes: 385e20706fac ("tcp: use tp->tcp_mstamp in output path") >>> Signed-off-by: Eric Dumazet <[email protected]> >>> Cc: Soheil Hassas Yeganeh <[email protected]> >>> Cc: Mike Maloney <[email protected]> >>> Cc: Neal Cardwell <[email protected]> >>> --- >> >> Acked-by: Neal Cardwell <[email protected]> >> >> Thanks, Eric! >> >> neal > > Acked-by: Soheil Hassas Yeganeh <[email protected]> > > This is a very nice catch! Thank you Eric!
