This is the mail archive of the cygwin-developers@cygwin.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]
Other format: [Raw text]

Re: Can somebody pinch me, please?


On Mar 11 19:14, Corinna Vinschen wrote:
> The problem is that the non-blocking connect it's guranteed to succeed
> if the server has called listen.

That's not quite correct.  Actually the non-blocking connect always
returns EINPROGRESS, since the call returns pretty much immediately
after sending the first SYN package.  At this moment, it doesn't even
know if the server listens on that port.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


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