Skip to main content

WINDOW_BITS

Constant WINDOW_BITS 

Source
pub const WINDOW_BITS: usize = 1024;
Expand description

Width of the sliding window in bits. 1024 matches RFC 4303’s recommended upper bound and gives us comfortable headroom for severely reordered transports.