Lines Matching defs:rtt
230 * Otherwise, an rtt in milliseconds.
233 * Note that util/rtt.c has a MIN_TIMEOUT of 50 msec, thus
262 int rtt, lame, reclame, dnsseclame;
280 &rtt, now)) {
282 verbose(VERB_ALGO, " rtt=%d%s%s%s%s%s", rtt,
290 else if(rtt >= USEFUL_SERVER_TOP_TIMEOUT)
300 return rtt+USEFUL_SERVER_TOP_TIMEOUT*3; /* nonpref */
302 return rtt+USEFUL_SERVER_TOP_TIMEOUT*2; /* nonpref */
304 return rtt+USEFUL_SERVER_TOP_TIMEOUT+1; /* nonpref */
305 else return rtt;
315 /** lookup RTT information, and also store fastest rtt (if any) */
406 /* fillup sel_rtt and find best rtt in the bunch */