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"


	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.

	Best regards,

	Pascal Vittone

-- 
                                                    ________________
____________________________________________________\              /_______
Pascal Vittone		ESD/EBU/LSD/R&D
mailto:Pascal.Vittone@col.bsf.alcatel.fr	Alcatel Business Systems
Tel: +33 (0)1 55 66 56 77			      32, av. Kleber
Fax: +33 (0)1 55 66 54 24			     F-92700 Colombes
_________________________________________________________\    /____________
                                                          \  /
                                                           \/

--
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]