Searched defs:DNS_DISPATCH_POOLSOCKS (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddispatch.c144 #ifndef DNS_DISPATCH_POOLSOCKS
145 #define DNS_DISPATCH_POOLSOCKS 2048 macro
839 if (disp->nsockets > DNS_DISPATCH_POOLSOCKS)
2068 if (maxrequests < DNS_DISPATCH_POOLSOCKS * 2) {
2070 DNS_DISPATCH_POOLSOCKS * 2);
2072 DNS_DISPATCH_POOLSOCKS * 2);

Completed in 16 milliseconds