test: don't use DISPATCHATTR_EXCLUSIVE, less random but waaay less sockets used

This commit is contained in:
Witold Kręcicki
2020-02-21 09:18:13 +01:00
parent e1e56a8133
commit fbc2f8bc56
+1 -1
View File
@@ -1286,7 +1286,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);