ntpd: get rid of G.initial_poll_complete
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Jan 2015 15:31:36 +0000 (16:31 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Jan 2015 15:31:36 +0000 (16:31 +0100)
commitff3f3accc68c84851d1ea8cd995f9491b32bedef
treea7c01d5c96af6c0082fe0a04d0f7479a0bb6a16f
parent936c401077cc68d9e3dd7f1b0b293ee03ce02bf5
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>
networking/ntpd.c