K 10 svn:author V 6 fenner K 8 svn:date V 27 1998-02-19T19:00:40.000000Z K 7 svn:log V 316 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. END