From f2804cec25fa20ec0bf3e37ea99d89d117fce86a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 18 Jan 2017 21:02:47 -0800 Subject: Fix TCP hostname wildcards on Windows. Sort of. I seem to be having a very difficult time getting dual-stack sockets to function properly on Windows. I've sort of abandoned it for now. I need to think about how to solve this -- it's not clear to me right now whether dual stack sockets are the right answer or not. People do expect these to work, but a tcp6:// url might be more elegant. --- src/platform/windows/win_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platform/windows/win_impl.h') diff --git a/src/platform/windows/win_impl.h b/src/platform/windows/win_impl.h index c6a68142..e63553a5 100644 --- a/src/platform/windows/win_impl.h +++ b/src/platform/windows/win_impl.h @@ -32,6 +32,7 @@ struct nni_plat_tcpsock { WSAOVERLAPPED recv_olpd; WSAOVERLAPPED send_olpd; WSAOVERLAPPED conn_olpd; // Use for both connect and accept + int family; // We have to lookup some function pointers using ioctls. Winsock, // gotta love it. -- cgit v1.2.3-70-g09d2