Skip to main content

MonotonicMillis

Type Alias MonotonicMillis 

Source
pub type MonotonicMillis = u64;
Expand description

Millisecond-resolution opaque timestamp used by DTLS flight and retransmit timers.

Values are produced by platform-specific monotonic sources; callers should only compare or subtract deltas within the same clock domain.