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/core/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/options.c b/src/core/options.c index d08ac1cb..aa744642 100644 --- a/src/core/options.c +++ b/src/core/options.c @@ -149,7 +149,7 @@ nni_getopt_int(int i, void *val, size_t *sizep) } int -nni_getopt_u64(const uint64_t u, void *val, size_t *sizep) +nni_getopt_u64(uint64_t u, void *val, size_t *sizep) { size_t sz = sizeof(u); -- cgit v1.2.3-70-g09d2