Structs§
Enums§
Traits§
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§
- Offset
Micros - Signed offset in microseconds: server_time - local_time. Positive means the server is ahead of us.