Re: [PATCH 10/12] selftests/net: Add TCP-AO RST test

2023-12-18 Thread Hangbin Liu
On Fri, Dec 15, 2023 at 02:36:24AM +, Dmitry Safonov wrote: > Check that both active and passive reset works and correctly sign > segments with TCP-AO or don't send RSTs if not possible to sign. > A listening socket with backlog = 0 gets one connection in accept > queue, another in syn queue. O

[PATCH 10/12] selftests/net: Add TCP-AO RST test

2023-12-14 Thread Dmitry Safonov
Check that both active and passive reset works and correctly sign segments with TCP-AO or don't send RSTs if not possible to sign. A listening socket with backlog = 0 gets one connection in accept queue, another in syn queue. Once the server/listener socket is forcibly closed, client sockets aren't