mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:55:07 -05:00
ntp: rework initial burst
Instead of making the initial burst only once and immediately after chronyd start (even when iburst is specified together with the offline option), trigger the burst whenever the connectivity changes from offline to online.
This commit is contained in:
@@ -439,7 +439,7 @@ special_mode_end(void)
|
||||
if (!sources[i]->active)
|
||||
continue;
|
||||
|
||||
/* Don't expect more updates than from an offline iburst NTP source */
|
||||
/* Don't expect more updates than the initial burst of an NTP source */
|
||||
if (sources[i]->reachability_size >= SOURCE_REACH_BITS - 1)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user