Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/services/
HDmesh.h104 size_t max_reply_states; member
HDmesh.c186 mesh->max_reply_states = env->cfg->num_queries_per_thread; in mesh_create()
187 mesh->max_forever_states = (mesh->max_reply_states+1)/2; in mesh_create()
246 if(mesh->num_reply_states < mesh->max_reply_states) in mesh_make_new_space()
302 if(mesh->num_reply_addrs > mesh->max_reply_states*16) { in mesh_new_client()