This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using ioctl(fd, FIONBIO, &on) for non-blocking socket and connect () returns with error "no more processes"


On Fri, Apr 21, 2000 at 11:05:57AM +0200, Pascal Vittone wrote:
>	In fact, connect returns WSAEWOULDBLOCK that is translated in UNIX error code
>EWOULDBLOCK and EWOULDBLOCK is equal to EAGAIN. The right solution is to
>translate WSAEWOULDBLOCK in EINPROGRESS in this particular case. There are many
>ways to solve this problem.

Patch please?

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]