Skip to main content

Module time_src

Module time_src 

Source

Structs§

Orchestrator

Enums§

OrchestratorError
TimeSourceError

Traits§

TimeSource

Functions§

format_offset
Format offset as “+3.456789s” or “-0.012345s”.
probe_jitter
Log-normal jitter for diagnostic probe mode: no backoff.
randomize_sigma
Apply per-invocation randomization to sigma so that the log-normal distribution shape is not fingerprintable across multiple runs. Multiplier is uniform in [0.5, 1.5), centered at 1.0.

Type Aliases§

OffsetMicros
Signed offset in microseconds: server_time - local_time. Positive means the server is ahead of us.