Re: [PATCH net] net: tcp: don't allocate fast clones for fastopen SYN
From: Eric Dumazet <edumazet@google.com> Date: 2021-03-05 06:38:27
On Fri, Mar 5, 2021 at 6:33 AM Eric Dumazet [off-list ref] wrote:
Actually this might be a good thing : We now resend the whole data in
a TSO packet, now
we call the standard rtx queue mechanism, instead of sending only one MSS
I will look at other test failures today (Friday) before submitting a
patch series officially.
Well, there is also this part to sort out.
WARN_ON(tp->retrans_out != 0);
in tcp_fastretrans_alert()