Skip to main content

MAX_DYNAMIC_NODES

Constant MAX_DYNAMIC_NODES 

Source
pub const MAX_DYNAMIC_NODES: usize = 65_536;
Expand description

Maximum total node count in a Dynamic tree. Defense-in-depth bound on the worst-case allocation a malformed payload could trigger.