Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/services/
HDmesh.h107 size_t max_reply_states; member
HDmesh.c217 mesh->max_reply_states = env->cfg->num_queries_per_thread; in mesh_create()
218 mesh->max_forever_states = (mesh->max_reply_states+1)/2; in mesh_create()
277 if(mesh->num_reply_states < mesh->max_reply_states) in mesh_make_new_space()
445 if(mesh->num_reply_addrs > mesh->max_reply_states*16) { in mesh_new_client()
2365 if(mesh->all.count < mesh->max_reply_states) in mesh_jostle_exceeded()
/freebsd-14-stable/contrib/unbound/validator/
HDvalidator.c841 if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states) in validate_suspend_setup_timer()
843 else if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states/2) in validate_suspend_setup_timer()
845 else if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states/4) in validate_suspend_setup_timer()