When selecting sources from a pool, ignore responses which didn't
produce a new sample. Sources with acceptable delay (as configured by
the maxdelay* options) should be prefered.
pkt_root_delay, pkt_root_dispersion);
}
- return valid_packet;
+ return good_packet;
}
/* ================================================== */
return;
if (record->tentative) {
- /* This was the first valid reply from the source */
+ /* This was the first good reply from the source */
record->tentative = 0;
if (record->pool != INVALID_POOL) {