mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-20 21:00:20 -05:00
conf: add clockprecision directive
Make the precision of the system clock configurable. This can be useful on servers using hardware timestamping to reduce the amount of noise added to the NTP timestamps and improve stability of NTP measurements.
This commit is contained in:
1
conf.h
1
conf.h
@@ -95,6 +95,7 @@ extern double CNF_GetMaxClockError(void);
|
||||
extern double CNF_GetMaxDrift(void);
|
||||
extern double CNF_GetCorrectionTimeRatio(void);
|
||||
extern double CNF_GetMaxSlewRate(void);
|
||||
extern double CNF_GetClockPrecision(void);
|
||||
|
||||
extern SRC_AuthSelectMode CNF_GetAuthSelectMode(void);
|
||||
extern double CNF_GetMaxDistance(void);
|
||||
|
||||
Reference in New Issue
Block a user