This is the mail archive of the cygwin@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: Named Sockets


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/


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