DNS and NTS-KE timeouts and retries

2020-02-11 Thread Hal Murray via devel
There is no timeout on DNS lookups - whatever the library takes. There is a 2 second timeout in the NTS-KE area. That's 2 seconds on any call that does network activity so the total timeout can be several times that. I have a slow DSL line with lots of bufferbloat. It's great for testing th

Anybody taking care of refclock_trimble?

2020-02-11 Thread Hal Murray via devel
/* get timestamp after triggering since RAND_bytes is slow */ get_systime(&pp->lastrec); Back in December, I fixed get_systime to use random() rather than ntp_random() which calls RAND_bytes(). -- These are my opinions. I hate spam. ___