K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-17T03:32:05.000000Z K 7 svn:log V 394 Put the listening socket into non-blocking mode before doing an accept(2). This is a not really problem on -current as the accept race is fixed, however it is a MFC candidate for -stable. This could possibly be slightly more efficient and leave the listening socket permanently in non-blocking mode, but I wasn't certain that I could catch all the stream/wait (not nowait) mode implications. END