mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 21:10:55 -05:00
[v9_10] win32 sockets don't support dscp
This commit is contained in:
parent
11a589a507
commit
bf3ebcb44c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue