Skip to main content

DEFAULT_WINDOW_SIZE

Constant DEFAULT_WINDOW_SIZE 

Source
pub const DEFAULT_WINDOW_SIZE: usize = 8192;
Expand description

Default rolling window (8192 distinct message hashes). Picked to be roughly 2× the default ingress capacity so duplicates from concurrent peers don’t collide with recent legit traffic.