> Another quirk.
I just blundered into a variation on raw mode breaking mru
ntpq> debug 2
debug level is 2
ntpq> mru
Ctrl-C will stop MRU retrieval and display partial results.
sendrequest: opcode=12, associd=0, qdata=
2019-10-08T19:35:20.8144388Z Fragment collection begins
2019-10-08T19:35:20.81
> I will try to sdheduke some time for this.
Thanks.
-
Another quirk.
There is a "raw" mode. I don't know what it does, but it seemed like it might
be interesting.
do_mrulist in ntpq.py says:
if self.rawmode:
mruhook = lambda v: self.printvars(variables=v,
Hal Murray via devel :
>
> I'm getting ready to work on this. It might help if some other eyes took a
> look at the code.
I will try to sdheduke some time for this.
--
http://www.catb.org/~esr/";>Eric S. Raymond
___
devel mailing li
I'm getting ready to work on this. It might help if some other eyes took a
look at the code.
Here is what I think is supposed to happen.
ntpd keeps a list of hosts that have sent it traffic. It's a doubly linked
list, sorted by time of last packet arrived from that IP Address. There is
al