Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Fri, 21 Apr 2000 10:50:02 -0400 To: "'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" Message-ID: <20000421105002.B7931@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, "'cygwin AT sourceware DOT cygnus DOT com'" References: <390019F5 DOT 53CE3303 AT col DOT bsf DOT alcatel DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <390019F5.53CE3303@col.bsf.alcatel.fr>; from Pascal.Vittone@col.bsf.alcatel.fr on Fri, Apr 21, 2000 at 11:05:57AM +0200 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 AT sourceware DOT cygnus DOT com