Skip to main content

BPF_MAX_TRANSIENT_ENTRIES

Constant BPF_MAX_TRANSIENT_ENTRIES 

Source
pub const BPF_MAX_TRANSIENT_ENTRIES: usize = 100_000;
Expand description

Maximum entries in the TransientFilter map before forced GC + eviction. Prevents unbounded HashMap growth under sustained create storms.