Constant DEFAULT_MAX_SETTINGS_ENTRIES
pub const DEFAULT_MAX_SETTINGS_ENTRIES: usize = 32; // 32usizeAvailable on crate features
http and std only.Expand description
The default cap on the number of entries Settings::decode will accept, bounding memory when
parsing a peer’s SETTINGS frame. Well-behaved peers send only a handful.