mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 12:55:06 -05:00
Limit sources included in combining
Combine only sources whose distance is shorter than distance of the selected source multiplied by the value of combinelimit and their estimated frequencies are close to the frequency of the selected source. Add outlyer status for sources which are selectable, but not included in the combining. The status is displayed as '-' in the chronyc sources output.
This commit is contained in:
4
client.c
4
client.c
@@ -1693,8 +1693,8 @@ process_cmd_sources(char *line)
|
||||
if (verbose) {
|
||||
printf("\n");
|
||||
printf(" .-- Source mode '^' = server, '=' = peer, '#' = local clock.\n");
|
||||
printf(" / .- Source state '*' = current synced, '+' = OK for sync, '?' = unreachable,\n");
|
||||
printf("| / 'x' = time may be in error, '~' = time is too variable.\n");
|
||||
printf(" / .- Source state '*' = current synced, '+' = combined , '-' = not combined,\n");
|
||||
printf("| / '?' = unreachable, 'x' = time may be in error, '~' = time too variable.\n");
|
||||
printf("|| .- xxxx [ yyyy ] +/- zzzz\n");
|
||||
printf("|| / xxxx = adjusted offset,\n");
|
||||
printf("|| Log2(Polling interval) -. | yyyy = measured offset,\n");
|
||||
|
||||
Reference in New Issue
Block a user