Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Conversation

@kterhorst
Copy link

  • 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)

…in C++ mode; Added fast TCP loopback path for Windows (for Windows Server 2012, Windows 8 and higher)
@perefm
Copy link

perefm commented May 15, 2019

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants