]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: mention maxdelayquant in FAQ
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 10 Aug 2022 13:32:54 +0000 (15:32 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 10 Aug 2022 13:32:54 +0000 (15:32 +0200)
doc/faq.adoc

index 732aa804af0ae32add3020a8c6c31973f519a113..257e30108db86f25e1fe5815557751f680b8b143 100644 (file)
@@ -345,6 +345,15 @@ server ntp.local minpoll -6 maxpoll -6 filter 15 xleave
 hwtimestamp eth0 minpoll -6
 ----
 
+Since `chrony` version 4.3, the minimum `minpoll` is -7 and a filter using a
+long-term estimate of a delay quantile can be enabled by the `maxdelayquant`
+option to replace the default `maxdelaydevratio` filter, which is sensitive to
+outliers corrupting the minimum delay. For example:
+
+----
+server ntp.local minpoll -7 maxpoll -7 filter 31 maxdelayquant 0.3 xleave
+----
+
 As an experimental feature added in version 4.2, `chronyd` supports an NTPv4
 extension field containing an additional timestamp to enable frequency transfer
 and significantly improve stability of synchronisation. It can be enabled by