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:
Miroslav Lichvar
2014-05-21 14:27:50 +02:00
parent e147f2f11e
commit b745b6d546
4 changed files with 23 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ typedef struct {
double offset;
double delay;
double precision;
double max_dispersion;
SRC_SelectOption sel_option;
} RefclockParameters;