On Wed, 2015-12-16 at 02:17 +0900, Lorenzo Colitti wrote: > This implements SOCK_DESTROY for TCP sockets. It causes all > blocking calls on the socket to fail fast with ECONNABORTED and > causes a protocol close of the socket. It informs the other end > of the connection by sending a RST, i.e., initiating a TCP ABORT > as per RFC 793. ECONNABORTED was chosen for consistency with > FreeBSD. > > Signed-off-by: Lorenzo Colitti <[email protected]> > ---
Acked-by: Eric Dumazet <[email protected]> Thanks Lorenzo ! -- 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
