From 6fef4c1e5bf73ad76e7cdcfb65540f1308045339 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Oct 2017 17:32:11 -0700 Subject: fixes #5 Address properties Added TCP socket address properties on pipes. This adds the plumbing for the various platform specifics, and includes both v4 and v6 handling. We've included a TCPv6 test as well. --- src/platform/windows/win_debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platform/windows/win_debug.c') diff --git a/src/platform/windows/win_debug.c b/src/platform/windows/win_debug.c index c6ee3fed..5c6c3fb5 100644 --- a/src/platform/windows/win_debug.c +++ b/src/platform/windows/win_debug.c @@ -109,6 +109,7 @@ static struct { { WSAEWOULDBLOCK, NNG_EAGAIN }, { WSAEINPROGRESS, NNG_EAGAIN }, { WSAENOTSOCK, NNG_ECLOSED }, + { WSAEINVAL, NNG_EINVAL }, { WSAEMSGSIZE, NNG_EMSGSIZE }, { WSAENOPROTOOPT, NNG_ENOTSUP }, { WSAEPROTONOSUPPORT, NNG_ENOTSUP }, -- cgit v1.2.3-70-g09d2