When the number of sources from which at least one valid reply was received reaches the number specified by the maxsources option, the other sources will be removed. When a pool source is unreachable, marked as a falseticker, or has a distance larger than the limit set by the maxdistance ...
512 ref_mode = REF_ModeUpdateOnce; 513 nofork = 1; 514 client_only = 0; 515 system_log = 0; 516 break; main: use getopt() for command line parsing May 25, 2017 14:16 517 case 'Q': main: fix -q option July 31, 2017 22:19 518 ref_mode = REF_ModePrintOnce; main...