From bf3ebcb44cf23cfd73ce9947d03a075e86c09c56 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 6 Aug 2014 21:36:10 -0700 Subject: [PATCH] [v9_10] win32 sockets don't support dscp --- lib/isc/win32/socket.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/isc/win32/socket.c b/lib/isc/win32/socket.c index 8f7197e12d..f495ac8599 100644 --- a/lib/isc/win32/socket.c +++ b/lib/isc/win32/socket.c @@ -1471,7 +1471,6 @@ allocate_socket(isc_socketmgr_t *manager, isc_sockettype_t type, sock->manager = manager; sock->type = type; - sock->dscp = 0; /* TOS/TCLASS is zero until set. */ sock->fd = INVALID_SOCKET; ISC_LINK_INIT(sock, link);