Skip to main content

MAX_DECLARED_LEN

Constant MAX_DECLARED_LEN 

Source
pub const MAX_DECLARED_LEN: usize = 2048;
Expand description

Cap on the self-described length (address block + TLVs). The spec sizes the header to fit a 536-byte minimal TCP segment; 2 KiB is generous for every real sender while bounding the read (ADR 000057 — bounded reads on untrusted input).