Re: [PATCH AUTOSEL 5.10 09/33] net: correct sk_acceptq_is_full()
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2021-04-05 18:59:13
Also in:
lkml, stable
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2021-04-05 18:59:13
Also in:
lkml, stable
On Mon, Mar 29, 2021 at 06:21:57PM -0400, Sasha Levin wrote:
From: liuyacan <redacted> [ Upstream commit f211ac154577ec9ccf07c15f18a6abf0d9bdb4ab ] The "backlog" argument in listen() specifies the maximom length of pending connections, so the accept queue should be considered full if there are exactly "backlog" elements.
Hi Sasha. Can you please confirm that this one was dropped as well? Thanks.