On Wed, Dec 19, 2018 at 4:50 PM Eric Dumazet <eduma...@google.com> wrote: > > tcp_connect() does : > > tp->retrans_stamp = tcp_time_stamp(tp); > > When 3WHS completes, we need to clear retrans_stamp otherwise > various things can break. > > This bug became more visible after commit b701a99e431d ("tcp: Add > tcp_clamp_rto_to_user_timeout() helper to improve accuracy"), but > predates git history. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > Acked-by: Soheil Hassas Yeganeh <soh...@google.com> > ---
Acked-by: Neal Cardwell <ncardw...@google.com> Thanks! neal