mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
refclock: add maxdispersion option
This can be used to prevent accumulation of samples with estimated dispersion above given limit. By default, this limit is disabled.
This commit is contained in:
@@ -43,6 +43,7 @@ typedef struct {
|
||||
double offset;
|
||||
double delay;
|
||||
double precision;
|
||||
double max_dispersion;
|
||||
SRC_SelectOption sel_option;
|
||||
} RefclockParameters;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user