mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
[master] win32 sockets don't support dscp
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user