Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs291 const PAYLOAD_MIN_LEN: usize = 4; constant
297 const PAYLOAD_MIN_LEN: usize = 20; constant
2461 if payload_len < PAYLOAD_MIN_LEN { in send()
2463 len: PAYLOAD_MIN_LEN - payload_len, in send()