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

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c328 int rtt_band; local
353 rtt_band = rtt_list[n-1];
356 return rtt_band;
367 int got_num = 0, low_rtt = 0, swap_to_front, rtt_band = RTT_BAND, nth; local
392 rtt_band = nth - low_rtt;
393 if(rtt_band > RTT_BAND)
394 rtt_band = RTT_BAND;
409 if(a->sel_rtt >= low_rtt && a->sel_rtt - low_rtt <= rtt_band) {
412 } else if(a->sel_rtt<low_rtt && low_rtt-a->sel_rtt<=rtt_band) {

Completed in 54 milliseconds