Skip to main content

PacketNumber

Type Alias PacketNumber 

Source
pub type PacketNumber = u64;
Available on crate feature std only.
Expand description

Per-direction monotonic AEAD packet number (① — Phase 4). Feeds the AEAD nonce and the per-direction replay window. u64 so it never wraps within a session — this is what retires the C1 forced-rekey watermark.