On Fri, Dec 18, 2015 at 9:14 AM, Eric Dumazet <[email protected]> wrote: > Adding support for SYN_RECV request sockets to tcp_abort() > is quite easy after our tcp listener rewrite.
I added test coverage for this to our tests. Without this patch, attempting to destroy an SYN_RECV socket using SOCK_DESTROY results in EOPNOTSUPP. With this patch, SOCK_DESTROY succeeds, and after it does, sock_diag reports no child sockets. Tested-by: Lorenzo Colitti <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
