Home
last modified time | relevance | path

Searched refs:perthread_noudp (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/unbound/daemon/
Dunbound.c188 size_t perthread_noudp = listen_num + outtcpnum + in checkrlimits() local
190 size_t perthread = perthread_noudp + outudpnum; in checkrlimits()
235 if(numthread*perthread_noudp+15 > 1024) in checkrlimits()
238 - numthread*perthread_noudp in checkrlimits()
249 if(perthread_noudp+2 > 64) in checkrlimits()
252 - perthread_noudp in checkrlimits()
256 total = numthread*(perthread_noudp+ in checkrlimits()
277 if(numthread*perthread_noudp+15 > avail) in checkrlimits()
280 - numthread*perthread_noudp in checkrlimits()