Re: ntpq update

2017-04-24 Thread Eric S. Raymond
Old mail... Hal Murray : > > e...@thyrsus.com said: > >> The frags= and limit= on the mru command are only used > >> for the first batch. I'd like them to stick. > > > There's a computation of those for second and later span requests that I > > transcribed from the C, down around line 1287 in p

Re: ntpq update

2016-12-22 Thread Hal Murray
e...@thyrsus.com said: >> The frags= and limit= on the mru command are only used >> for the first batch. I'd like them to stick. > There's a computation of those for second and later span requests that I > transcribed from the C, down around line 1287 in packet.py. I'm very > reluctant to mess

Re: ntpq update

2016-12-22 Thread Eric S. Raymond
Hal Murray : > I implemented the mru sort=addr Thanks. > I fixed the ^C during collection. Only a few lines. > (Plan B was to mask the signal. There doesn't seem to be any way to do that > from Python.) Hm. You're right, there's no sigmask in Python 2. I never noticed that before. Python 3

ntpq update

2016-12-22 Thread Hal Murray
I implemented the mru sort=addr I fixed the ^C during collection. Only a few lines. (Plan B was to mask the signal. There doesn't seem to be any way to do that from Python.) Minor quirks: The frags= and limit= on the mru command are only used for the first batch. I'd like them to stick. T