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: Socket programming with Cygwin


On Dec  3 04:29, Brian Dessent wrote:
> John Emmas wrote:
> 
> > Forgive me - but as someone who's very new to socket programming, I'm
> > confused about why the program worked when I built it under Linux.  Is it
> > because something would have converted "localhost" to an IP address (is this
> > the lookup stuff that you referred to?) and where can I find out a bit more
> > about all this?
> 
> Using the older/classic Berkeley API, the socket app calls
> gethostbyname() to convert a hostname to an address.  The newer modern
> API is getaddrinfo() which has a slightly different interface and is
> more friendly for name lookups that could return IPv6 results.

... but is only available starting with Cygwin 1.7.


Corinna

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

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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