Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Doutside_network.c3145 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
3147 verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime);
3148 log_assert(roundtime >= 0);
3151 if(roundtime < 60000) {
3154 roundtime, sq->last_rtt, (time_t)now.tv_sec))
3375 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
3377 verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime);
3378 log_assert(roundtime >= 0);
3381 if(roundtime < 60000) {
3383 sq->zone, sq->zonelen, sq->qtype, roundtime,