]> git.ipfire.org Git - thirdparty/chrony.git/commit
Add maxchange directive
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 21 Feb 2012 13:34:09 +0000 (14:34 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 21 Feb 2012 13:34:09 +0000 (14:34 +0100)
commitf7c65a4b8858b0e6a228c27d78bf746ae064fa17
tree2b58a81a981f9db1d240c010b3536d3233f97202
parenta8956f2f564117d3948ee771d1dbab9c9a5ce6ad
Add maxchange directive

This directive sets the maximum allowed offset corrected on a clock
update.  The check is performed only after the specified number of
updates to allow a large initial adjustment of the system clock.  When
an offset larger than the specified maximum occurs, it will be ignored
for the specified number of times and then chronyd will give up
and exit (a negative value can be used to never exit).  In both cases
a message is sent to syslog.
chrony.texi
conf.c
conf.h
reference.c