From 9e5149973d5d16efec14ee12e62de23198b325ce Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 21 Jul 2017 14:03:08 -0700 Subject: Initial swag at UDP (POSIX only) low level handling. This includes async send and recv, driven from the poller. This will be requierd to support the underlying UDP and ZeroTier transports in the future. (ZeroTier is getting done first.) --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 18d4932f..31abc042 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -87,13 +87,15 @@ set (NNG_SOURCES platform/posix/posix_debug.c platform/posix/posix_epdesc.c platform/posix/posix_ipc.c - platform/posix/posix_net.c platform/posix/posix_pipe.c platform/posix/posix_pipedesc.c platform/posix/posix_pollq_poll.c platform/posix/posix_rand.c platform/posix/posix_resolv_gai.c + platform/posix/posix_sockaddr.c + platform/posix/posix_tcp.c platform/posix/posix_thread.c + platform/posix/posix_udp.c platform/windows/win_impl.h platform/windows/win_clock.c -- cgit v1.2.3-70-g09d2