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

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

Open
kterhorst wants to merge 1 commit into
rxi:masterfrom
kterhorst:master
Open

Fixed Windows client streams, C++ compilation and added fast loopback path for Windows#29
kterhorst wants to merge 1 commit into
rxi:masterfrom
kterhorst:master

Conversation

@kterhorst

Copy link
Copy Markdown
  • 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

perefm commented May 15, 2019

Copy link
Copy Markdown

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