doc: include uncorrected offset in bound on maximum error
This commit is contained in:
parent
5c571bbbe7
commit
27cbf20d23
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ An absolute bound on the computer's clock accuracy (assuming the stratum-1
|
|||
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*:::
|
||||
This is the interval between the last two clock updates.
|
||||
|
|
Loading…
Reference in a new issue