Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/services/
HDoutside_network.c1632 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
1634 verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime);
1635 log_assert(roundtime >= 0);
1638 if(roundtime < TCP_AUTH_QUERY_TIMEOUT*1000) {
1641 roundtime, sq->last_rtt, (time_t)now.tv_sec))
1823 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
1825 verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime);
1826 log_assert(roundtime >= 0);
1829 if(roundtime < 60000) {
1831 sq->zone, sq->zonelen, sq->qtype, roundtime,