K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-03-01T21:44:40.000000Z K 7 svn:log V 285 Correctly emulate linux_connect. For nonblocking sockets, the behavior is to return EINPROGRESS, EALREADY, (so_error ONCE), EISCONN. Certain linux applications rely on the so_error (normally 0) being returned in order to operate properly. Tested by: Thomas Moestl END