]> git.ipfire.org Git - thirdparty/chrony.git/commit
Add delayed name resolving for servers and peers
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 26 Apr 2010 15:38:09 +0000 (17:38 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 27 Apr 2010 12:35:28 +0000 (14:35 +0200)
commitaa91c608f4c5a1a4ad3acc4b2bfbbfac4e1959dc
tree12f1e72fada0bdbaf068b9d55eabeacc6e1a1b59
parent3d260d41b33011752487777434f8e4001522c4e1
Add delayed name resolving for servers and peers

Resolving is retried in increasing intervals (maximum is one hour)
until it succeeds or fails with a non-temporary error.

Unresolved sources are included in the activity report as offline
sources and the online command can be used to retry it immediately.

This could be improved by resolving in a separate thread/process
to avoid blocking.
client.c
cmdparse.c
cmdparse.h
conf.c
ntp_sources.c
ntp_sources.h