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.c676 int selrtt; in iter_server_selection() local
679 *env->now, dp, &selrtt, open_target, blacklist, prefetch); in iter_server_selection()
683 verbose(VERB_ALGO, "selrtt %d", selrtt); in iter_server_selection()
684 if(selrtt > BLACKLIST_PENALTY) { in iter_server_selection()
685 if(selrtt-BLACKLIST_PENALTY > USEFUL_SERVER_TOP_TIMEOUT*3) { in iter_server_selection()
690 if(selrtt-BLACKLIST_PENALTY > USEFUL_SERVER_TOP_TIMEOUT*2) { in iter_server_selection()
696 if(selrtt > USEFUL_SERVER_TOP_TIMEOUT*3) { in iter_server_selection()
700 if(selrtt > USEFUL_SERVER_TOP_TIMEOUT*2) { in iter_server_selection()
704 if(selrtt == USEFUL_SERVER_TOP_TIMEOUT) { in iter_server_selection()