CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-10-22 16:02:15

Modified files:
        winsup/cygwin  : ChangeLog fhandler_socket.cc net.cc 

Log message:
        * fhandler_socket.cc (fhandler_socket::connect): Don't restrict
        WSAEINVAL -> WSAEISCONN conversion to nonblocking sockets.
        (fhandler_socket::accept): Use event driven technique to implement
        interuptible accept.
        (fhandler_socket::wait): Allow FD_ACCEPT handling.
        * net.cc (cygwin_accept): Remove workaround for allowing blocking
        accept.  That's entirely in fhandler_socket::accept now.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3171&r2=1.3172
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.173&r2=1.174
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.197&r2=1.198

Reply via email to