Searched refs:roundtime (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/services/ |
| H A D | outside_network.c | 3235 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local 3237 verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime); 3238 log_assert(roundtime >= 0); 3241 if(roundtime < 60000) { 3244 roundtime, sq->last_rtt, (time_t)now.tv_sec)) 3465 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local 3467 verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime); 3468 log_assert(roundtime >= 0); 3471 if(roundtime < 60000) { 3473 sq->zone, sq->zonelen, sq->qtype, roundtime,
|