On 1/3/26 2:10 PM, [email protected] wrote: > @@ -1103,6 +1104,9 @@ static void reqsk_timer_handler(struct timer_list *t) > (!resend || > !tcp_rtx_synack(sk_listener, req) || > inet_rsk(req)->acked)) { > + if (req->num_retrans > 1 && tcp_rsk(req)->accecn_ok) > + tcp_accecn_fail_mode_set(tcp_sk(sk_listener), > + TCP_ACCECN_ACE_FAIL_SEND);
Minor nit: AFAICS the above block is repeated 3 times and could deserve landing in it's own helper. /P
