]> git.ipfire.org Git - thirdparty/chrony.git/commit
Make scheduling loop detector less sensitive
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 26 Aug 2011 14:52:00 +0000 (16:52 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 26 Aug 2011 16:34:00 +0000 (18:34 +0200)
commitf1a0cacc5a6e9dbdd0718938531f244acf7f98b8
tree65be27cab87473626e941fc18a986673f1a34810
parent1d2a0856b40e4cc7638f6878b9cd5891fdefbea6
Make scheduling loop detector less sensitive

It could be triggered by delayed name resolving as it adds multiple new
timeouts which can be called in the same dispatching if the DNS responses
are slower than initial delay and sampling separation.

Compare number of dispatched events also with current number of
timeouts.
sched.c