Home
last modified time | relevance | path

Searched refs:MAX_STATE_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quiche/src/h3/
Dstream.rs37 const MAX_STATE_BUF_SIZE: usize = (1 << 24) - 1; constant
617 if expected_len > MAX_STATE_BUF_SIZE { in state_transition()