pub const MAX_INLINE_CHUNK_SIZE: usize = _; // 268_435_456usizeExpand description
Maximum size for an inline chunk (256 MiB).
This limit prevents denial-of-service attacks where a malicious stream could specify an extremely large inline chunk size, causing unbounded memory allocation.