Skip to main content

jitter_ms

Function jitter_ms 

Source
pub fn jitter_ms(effective_secs: u32) -> u64
Expand description

Additive send jitter in milliseconds: a uniformly random 0..=10% of the effective interval (SPEC §6.3), to decorrelate network-wide ticks. Additive only — a sender MUST NOT send earlier than its effective interval.