networking - putty on windows using AF_UNIX -


i have downloaded source code putty windows client. using af_unix address family. afaik af_unix socket family not present in windows. how working here ? working on porting *nix project windows has af_unix socket family.

thanks arpit

the af_unix define still there in windows, when bsd socket interface ported windows microsoft, there no actual support af_unix in windows.

putty in windows can not support af_unix. maybe linux port of putty can, possibly.

if really, want use af_unix in windows, try develop in cygwin has user space implementation of af_unix.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -