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

/freebsd-11.0-release/contrib/unbound/services/
H A Doutside_network.c1648 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
1650 verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime);
1651 log_assert(roundtime >= 0);
1654 if(roundtime < TCP_AUTH_QUERY_TIMEOUT*1000) {
1657 roundtime, sq->last_rtt, (time_t)now.tv_sec))
1839 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
1841 verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime);
1842 log_assert(roundtime >= 0);
1845 if(roundtime < 60000) {
1847 sq->zone, sq->zonelen, sq->qtype, roundtime,
[all...]

Completed in 104 milliseconds