Date: Thu, 19 Feb 1998 11:00:41 -0800 (PST) From: Bill Fenner <fenner@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/vat/patches patch-af Message-ID: <199802191900.LAA11928@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 1998/02/19 11:00:41 PST Added files: mbone/vat/patches patch-af Log: Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send() on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802191900.LAA11928>