Date: Fri, 9 Mar 2001 00:16:41 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c src/sys/kern uipc_socket.c Message-ID: <200103090816.f298GfA57859@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/03/09 00:16:41 PST Modified files: sys/netinet tcp_usrreq.c sys/kern uipc_socket.c Log: Push the test for a disconnected socket when accept()ing down to the protocol layer. Not all protocols behave identically. This fixes the brokenness observed with unix-domain sockets (and postfix) Revision Changes Path 1.55 +9 -1 src/sys/netinet/tcp_usrreq.c 1.94 +2 -5 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103090816.f298GfA57859>