pub const DEFAULT_WINDOW_SIZE: usize = 8192;
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.