Named Sockets

Warren Young warren@etr-usa.com
Wed Dec 4 14:32:00 GMT 2002


Julian W H Osborne wrote:
> 
> I've just ported a server app which uses named sockets to cygwin.  

It might be simpler to port it to regular sockets, as there is a usable 
subset that works more or less the same on Windows and on POSIX-type 
systems (Cygwin, Linux, Unix....)  You can still make the socket 
available to programs running on the local machine only, by bind()ing it 
to IP address 127.0.0.1.

See the link below for more info on this.  All of the FAQ's examples can 
be compiled with Cygwin, except for the MFC-based ones.
-- 
= Winsock Programmer's FAQ: http://tangentsoft.net/wskfaq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list