commit | ff3f3accc68c84851d1ea8cd995f9491b32bedef | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Jan 29 16:31:36 2015 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Jan 29 16:31:36 2015 +0100 |
tree | a7c01d5c96af6c0082fe0a04d0f7479a0bb6a16f | |
parent | 936c401077cc68d9e3dd7f1b0b293ee03ce02bf5 [diff] |
ntpd: get rid of G.initial_poll_complete This speeds up syncing - now happens only just two replies from a peer. Especially useful for "ntpd -q". Shouldn't have ill effects: if we chose a bad peer, we will discover it later and switch to another one. The code is even smaller this way. Suggested by Miroslav Lichvar <mlichvar@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>