chrony/test
Miroslav Lichvar eae4b2abe5 ntp: drop precompensation of TX timestamp
The daemon transmit timestamps are precompensated for the time it takes
to generate a MAC using a symmetric key (as measured on chronyd start)
and also an average round-trip time of the Samba signing of MS-SNTP
responses. This improves accuracy of the transmit timestamp, but it
has some issues.

The correction has a random error which is changing over time due to
variable CPU frequency, system load, migration to a different machine,
etc. If the measured delay is too large, the correction may cause the
transmit timestamp to be later than the actual transmission. Also, the
delay is measured for a packet of a minimal length with no extension
fields, and there is no support for NTS.

Drop the precompensation in favor of the interleaved mode, which now
avoids the authentication delay even when no kernel/hardware timestamps
are available.
2020-07-09 14:46:57 +02:00
..
compilation test: update compilation tests 2020-03-05 16:02:15 +01:00
kernel test: add tests for system adjtime() and ntp_adjtime() 2015-09-17 10:56:51 +02:00
simulation test: update cmdmon and chronyc tests with new commands 2020-06-17 15:59:29 +02:00
system test: update cmdmon and chronyc tests with new commands 2020-06-17 15:59:29 +02:00
unit ntp: drop precompensation of TX timestamp 2020-07-09 14:46:57 +02:00