| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <390019F5.53CE3303@col.bsf.alcatel.fr> |
| Date: | Fri, 21 Apr 2000 11:05:57 +0200 |
| From: | Pascal Vittone <Pascal DOT Vittone AT col DOT bsf DOT alcatel DOT fr> |
| X-Mailer: | Mozilla 4.7 [en] (X11; I; SunOS 5.5.1 sun4u) |
| X-Accept-Language: | fr |
| MIME-Version: | 1.0 |
| To: | Fontenot Larry A DLVA <FontenotLA AT NSWC DOT NAVY DOT MIL> |
| CC: | "'cygwin AT sourceware DOT cygnus DOT com'" <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | 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 DOT Vittone AT col DOT bsf DOT alcatel DOT 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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |