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

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c438 int num4_lowrtt = 0; local
449 num4_lowrtt = a->sel_rtt;
452 if(num4_lowrtt == 0 || a->sel_rtt < num4_lowrtt) {
453 num4_lowrtt = a->sel_rtt;
485 *selected_rtt = num4_lowrtt;

Completed in 110 milliseconds