Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_utils.c596 int selrtt; in iter_server_selection() local
599 *env->now, dp, &selrtt, open_target, blacklist, prefetch); in iter_server_selection()
603 verbose(VERB_ALGO, "selrtt %d", selrtt); in iter_server_selection()
604 if(selrtt > BLACKLIST_PENALTY) { in iter_server_selection()
605 if(selrtt-BLACKLIST_PENALTY > USEFUL_SERVER_TOP_TIMEOUT*3) { in iter_server_selection()
610 if(selrtt-BLACKLIST_PENALTY > USEFUL_SERVER_TOP_TIMEOUT*2) { in iter_server_selection()
616 if(selrtt > USEFUL_SERVER_TOP_TIMEOUT*3) { in iter_server_selection()
620 if(selrtt > USEFUL_SERVER_TOP_TIMEOUT*2) { in iter_server_selection()
624 if(selrtt == USEFUL_SERVER_TOP_TIMEOUT) { in iter_server_selection()