]> git.ipfire.org Git - thirdparty/chrony.git/commit
refclock: don't include average dispersion in unfiltered samples
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 23 May 2014 13:22:11 +0000 (15:22 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 23 May 2014 14:15:28 +0000 (16:15 +0200)
commit26e00ffbeb608f43106fec96c94629dbe74e87fd
tree174c036ad008d4b3408091f60245c34fae890f95
parentb745b6d54627a6851eccce8974263945262f7cc1
refclock: don't include average dispersion in unfiltered samples

The dispersion of refclock samples before filtering now includes only
offset correction error and precision.

This should fix a problem where locked PPS got stuck with large average
dispersion and didn't accept new samples due failing check of offset
and dispersion.
refclock.c