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 <lore...@google.com> > ---
Acked-by: Eric Dumazet <eduma...@google.com> Thanks Lorenzo ! -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html