mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
ntp: add burst option
When the burst option is specified in the server/pool directive and the current poll is longer than the minimum poll, initiate on each poll a burst with 1 good sample and 2 or 4 total samples according to the difference between the current and minimum poll.
This commit is contained in:
@@ -35,6 +35,7 @@ typedef struct {
|
||||
int online;
|
||||
int auto_offline;
|
||||
int presend_minpoll;
|
||||
int burst;
|
||||
int iburst;
|
||||
int min_stratum;
|
||||
int poll_target;
|
||||
|
||||
Reference in New Issue
Block a user