Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmesh.h112 size_t max_reply_states; member
H A Dmesh.c236 mesh->max_reply_states = env->cfg->num_queries_per_thread; in mesh_create()
237 mesh->max_forever_states = (mesh->max_reply_states+1)/2; in mesh_create()
296 if(mesh->num_reply_states < mesh->max_reply_states) in mesh_make_new_space()
464 if(mesh->num_reply_addrs > mesh->max_reply_states*16) { in mesh_new_client()
2605 if(mesh->all.count < mesh->max_reply_states) in mesh_jostle_exceeded()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c879 if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states) in validate_suspend_setup_timer()
881 else if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states/2) in validate_suspend_setup_timer()
883 else if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states/4) in validate_suspend_setup_timer()
/freebsd/contrib/unbound/daemon/
H A Dremote.c7295 mesh->max_reply_states = cfg->num_queries_per_thread; in fr_worker_pickup_mesh()
7296 mesh->max_forever_states = (mesh->max_reply_states+1)/2; in fr_worker_pickup_mesh()