]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
test: don't use DISPATCHATTR_EXCLUSIVE, less random but waaay less sockets used
authorWitold Kręcicki <wpk@isc.org>
Wed, 5 Feb 2020 11:07:17 +0000 (12:07 +0100)
committerWitold Kręcicki <wpk@isc.org>
Fri, 7 Feb 2020 09:24:39 +0000 (10:24 +0100)
bin/named/server.c

index d14f63c866e04cfb6b6cb3266fd0bcbb447feefb..2e586ab078fbdf2c858a55d820ae31d43e80d443 100644 (file)
@@ -1344,7 +1344,7 @@ get_view_querysource_dispatch(const cfg_obj_t **maps, int af,
                break;
        }
        if (isc_sockaddr_getport(&sa) == 0) {
-               attrs |= DNS_DISPATCHATTR_EXCLUSIVE;
+//             attrs |= DNS_DISPATCHATTR_EXCLUSIVE;
                maxdispatchbuffers = EXCLBUFFERS;
        } else {
                INSIST(obj != NULL);