Home
last modified time | relevance | path

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

/src/contrib/unbound/services/
H A Doutside_network.c3160 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
3162 verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime);
3163 log_assert(roundtime >= 0);
3166 if(roundtime < 60000) {
3169 roundtime, sq->last_rtt, (time_t)now.tv_sec))
3390 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
3392 verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime);
3393 log_assert(roundtime >= 0);
3396 if(roundtime < 60000) {
3398 sq->zone, sq->zonelen, sq->qtype, roundtime,