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: [corinna-cygwin@cygwin.com: Re: ENOTSOCK errors with cygwin dll 1.3.21 and 1.3.22]


On Sun, May 25, 2003 at 08:30:47PM -0400, Pierre A. Humblet wrote:
>  2576 6304198 [main] exim-4.20-1 537535 __set_winsock_errno: connect:570 -
> winsock error 127 -> errno 1

Ouch!  That's the implementation of sock_event::load().  It uses a bunch
of functions which are only available in WinSock2.

I've checked in a patch to fhandler_socket::connect() and
fhandler_socket::accept()).  Could you test it please?  Basically it's
just checking for WinSock2 availability before calling sock_event::load()
and sock_event::wait().

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                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]