Mail Archives: cygwin-developers/2000/11/08/16:20:30
On Wed, Nov 08, 2000 at 03:39:15PM -0500, Jason Tishler wrote:
>On Tue, Nov 07, 2000 at 08:48:35AM +0000, Pete Forman wrote:
>> According to POSIX, connect() should never set errno to EAGAIN or
>> EWOULDBLOCK. (Those codes are appropriate for accept().)
>>
>> If the connection cannot be established immediately and O_NONBLOCK
>> is set for the file descriptor for the socket, connect( ) shall fail
>> and set errno to [EINPROGRESS], but the connection request shall not
>> be aborted, and the connection shall be established asynchronously.
>> Subsequent calls to connect( ) for the same socket, before the
>> connection is established, shall fail and set errno to [EALREADY].
>
>If we can agree that connect() should behave as above, then I'm willing to
>provide a patch to make it so. Do we?
Corinna just checked something in today. Does it solve the problem?
cgf
- Raw text -