doc: include uncorrected offset in bound on maximum error

This commit is contained in:
Miroslav Lichvar 2017-08-18 20:04:31 +02:00
parent 5c571bbbe7
commit 27cbf20d23

View file

@ -216,7 +216,7 @@ An absolute bound on the computer's clock accuracy (assuming the stratum-1
computer is correct) is given by: computer is correct) is given by:
+ +
---- ----
clock_error <= root_dispersion + (0.5 * |root_delay|) clock_error <= |system_time_offset| + root_dispersion + (0.5 * root_delay)
---- ----
*Update interval*::: *Update interval*:::
This is the interval between the last two clock updates. This is the interval between the last two clock updates.