K 10 svn:author V 6 archie K 8 svn:date V 27 2002-08-28T20:56:01.000000Z K 7 svn:log V 351 accept(2) on a socket that has been shutdown(2) normally returns ECONNABORTED. Make this happen in the non-blocking case as well. The previous behavior was to return EAGAIN, which (a) is not consistent with the blocking case and (b) causes the application to think the socket is still valid. PR: bin/42100 Reviewed by: freebsd-net MFC after: 3 days END