This is the mail archive of the cygwin 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: Need tips to open a socket and to debug it


On Jan 18 18:10, Henri wrote:
> Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
> 
> > There's no firewall involved if a simple socket call goes wrong.
> > For AF_LOCAL Cygwin opens an AF_INET socket, but which is unbound
> > until you call bind or connect.
> 
> s/AF_INET/AF_UNIX/ ????? (sorry for my intrusion)

AF_UNIX == AF_LOCAL.  Not available on Windows so needs emulation.
The emulation uses local-only AF_INET sockets.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: signature.asc
Description: PGP signature


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