Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/services/cache/
Dinfra.c56 #define PROBE_MAXRTO 12000 /* in msec */ macro
497 if(*to >= PROBE_MAXRTO && (infra->infra_keep_probing || in infra_host()
706 if(host->rtt.rto >= PROBE_MAXRTO && timenow >= host->probedelay in infra_get_lame_rtt()
711 } else if(host->rtt.rto >= PROBE_MAXRTO && timenow < host->probedelay in infra_get_lame_rtt()