DEFAULT_CHANNEL_REPLAY

Constant DEFAULT_CHANNEL_REPLAY 

Source
pub const DEFAULT_CHANNEL_REPLAY: usize = 8;
Expand description

Default per-channel full-key replay-window capacity (senders tracked per channel). Replay windows are ~330 bytes each, so these two capacities dominate the MAC’s channel-table footprint; small targets shrink them. A full map fail-closes: frames from additional senders are dropped, never accepted unchecked.