Yo Hal!

On Sat, 24 Sep 2016 13:30:29 -0700
Hal Murray <hmur...@megapathdsl.net> wrote:

> Some of my PPS refclocks are now ramping up the poll interval.
> I think there used to be some code that set maxpoll to minpoll for
> refclocks. Did you break that?

Yes.  That was me.  I was wondering how long until someone noticed.  I
left a FIXME at the problem area in ntp_config.c

                /* FIXME: 0 no longer a magic value */
                /* this needs to be fixed */
                if (maxpoll == 0)
                        /* default maxpoll for
                         * refclocks is minpoll
                         */
                        peer->maxpoll = peer->minpoll;

I'm gonna take another part of your patch as the start of my fix.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        g...@rellim.com  Tel:+1 541 382 8588

Attachment: pgpHRk7FeJM6M.pgp
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to