This is an automated email from git. It was generated because a ref change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated via d4738e1259f97ee14687300ee01e6e6da4701bb4 (commit) via 5ba42cee45a610b15dd7fd24bb88170ee51ee830 (commit) via b2dac47c8267fb5a40320a72cd1143771fa411b8 (commit) from 6a6161dc0f854a1bd5c9c22499f7df4ffca35983 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d4738e1259f97ee14687300ee01e6e6da4701bb4 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed May 17 16:37:55 2023 +0200 ntp: set minimum polltarget The polltarget value is used in a floating-point division in the calculation of the poll adjustment. Set 1 as the minimum accepted polltarget value to avoid working with infinite values. commit 5ba42cee45a610b15dd7fd24bb88170ee51ee830 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Tue May 16 15:11:22 2023 +0200 ntp: reset polling interval when replacing sources Set the polling interval to minpoll when changing address of a source, but only if it is reachable to avoid increasing load on server or network in case that is the reason for the source being unreachable. This shortens the time needed to replace a falseticker or unsynchronized source with a selectable source. commit b2dac47c8267fb5a40320a72cd1143771fa411b8 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Mon May 15 16:26:21 2023 +0200 ntp: avoid unneccessary replacements on refresh command When the refresh command is issued, instead of trying to replace all NTP sources as if they were unreachable or falsetickers, keep using the current address if it is still returned by the resolver for the name. This avoids unnecessary loss of measurements and switching to potentially unreachable addresses. ----------------------------------------------------------------------- Summary of changes: doc/chronyc.adoc | 15 ++++++++++----- ntp_core.c | 10 ++++++++-- ntp_sources.c | 24 +++++++++++++++++++++--- test/simulation/137-pool | 19 +++++++++++++++++++ test/simulation/147-refresh | 31 +++++++++++++++++++++++++++++++ 5 files changed, 89 insertions(+), 10 deletions(-) create mode 100755 test/simulation/147-refresh hooks/post-receive -- chrony/chrony.git -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.