mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 13:29:36 -05:00
please_lint
git-svn-id: file:///svn/unbound/trunk@1284 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e2277ca9d1
commit
3ddabf26f3
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ mesh_create(struct module_stack* stack, struct module_env* env)
|
|||
mesh->stats_dropped = 0;
|
||||
mesh->max_reply_states = env->cfg->num_queries_per_thread;
|
||||
mesh->max_forever_states = (mesh->max_reply_states+1)/2;
|
||||
#ifdef S_SPLINT_S
|
||||
#ifndef S_SPLINT_S
|
||||
mesh->jostle_max.tv_sec = (time_t)(env->cfg->jostle_time / 1000);
|
||||
mesh->jostle_max.tv_usec = (time_t)((env->cfg->jostle_time % 1000)
|
||||
*1000);
|
||||
|
|
|
|||
Loading…
Reference in a new issue