From 869d0eeb20657cd6d2e87d8c4836b086c6be448d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 29 Sep 2017 15:27:08 -0700 Subject: Windows UDP support. This implements the basic UDP functionality for Windows (required for ZeroTier for example). We have also introduced a UDP test suite to validate that this actually works. While here a few Windows compilation warnings / nits were fixed. --- src/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 17b14d2e..ffcb2b7b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -133,12 +133,14 @@ if (NNG_PLATFORM_WINDOWS) platform/windows/win_debug.c platform/windows/win_iocp.c platform/windows/win_ipc.c - platform/windows/win_net.c platform/windows/win_pipe.c platform/windows/win_rand.c platform/windows/win_resolv.c + platform/windows/win_sockaddr.c + platform/windows/win_tcp.c platform/windows/win_thread.c - ) + platform/windows/win_udp.c + ) endif() if (NNG_ENABLE_ZEROTIER) -- cgit v1.2.3-70-g09d2