chrony/doc
Miroslav Lichvar 5f4cbaab7e ntp: optimize detection of clients using interleaved mode
Use the lowest bit of the server RX and TX timestamp as a flag
indicating RX timestamp. This allows the server to detect potential
interleaved requests without having to save all its RX timestamps. It
significantly reduces the amount of memory needed to support clients
using the interleaved mode if most of the server's clients are using the
basic mode (e.g. a public server).

Capture the TX timestamp on the first response to the request which has
the flag set to not further delay the first interleaved response.

False positives are possible with broken clients which set the origin
timestamp to something else than zero or the server RX or TX timestamp.
This causes an unnecessary RX timestamp to be saved and TX timestamp
captured and saved.
2021-10-14 17:17:05 +02:00
..
chrony.conf.adoc ntp: optimize detection of clients using interleaved mode 2021-10-14 17:17:05 +02:00
chronyc.adoc doc: improve description of allow directive 2021-04-22 10:20:31 +02:00
chronyd.adoc doc: fix chronyd platform support for -P and -m 2021-08-09 12:08:12 +02:00
faq.adoc update copyright years 2021-05-12 13:06:15 +02:00
installation.adoc doc+examples: update http links to https 2020-09-23 15:10:43 +02:00
Makefile.in configure: rename SOCKDIR to RUNDIR 2016-12-02 14:53:03 +01:00