dyad icon indicating copy to clipboard operation
dyad copied to clipboard

Fixed Windows client streams, C++ compilation and added fast loopback path for Windows

Open kterhorst opened this issue 6 years ago • 1 comments

  • Made client streams work on Windows (AF_UNSPEC => AF_INET)
  • Made the source code compilable in C++ mode
  • Added fast TCP loopback path for Windows (for Windows Server 2012, Windows 8 and higher)

kterhorst avatar Oct 13 '18 23:10 kterhorst

in order to make it compatible with vs 2017, you should change the line: #include <windows.h> /* For SOCKET */ for: #include <winsock2.h> /* For SOCKET */ in file dyad.h, line 14.

Thanks!

perefm avatar May 15 '19 13:05 perefm