]> git.ipfire.org Git - thirdparty/chrony.git/commit
ntp: make burst interval proportional to polling interval
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 21 Jun 2018 14:46:30 +0000 (16:46 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 22 Jun 2018 08:57:03 +0000 (10:57 +0200)
commit5b75d4afefd04bef93d57cc3f087befc1062141e
treeb9cd7e372a6fdae26229b8a08eafa9e98ad1738b
parente15c7cd236c50247c26640f71bce1c2b292fc567
ntp: make burst interval proportional to polling interval

If the polling interval is shorter than 8 seconds, set the burst
interval to the 1/4th of the polling interval instead of the 2-second
constant. This should make the burst option and command useful with
very short polling intervals.
ntp_core.c