Date: Sun, 2 Apr 2006 16:42:52 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c Message-ID: <200604021642.k32GgqZR068155@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-02 16:42:52 UTC FreeBSD src repository Modified files: sys/netinet tcp_usrreq.c Log: During reformulation of tcp_usr_detach(), the call to initiate TCP disconnect for fully connected sockets was dropped, meaning that if the socket was closed while the connection was alive, it would be leaked. Structure tcp_usr_detach() so that there are two clear parts: initiating disconnect, and reclaiming state, and reintroduce the tcp_disconnect() call in the first part. MFC after: 3 months Revision Changes Path 1.133 +18 -7 src/sys/netinet/tcp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604021642.k32GgqZR068155>