Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/h3/
Dmod.rs280 const PRIORITY_URGENCY_OFFSET: u8 = 124; constant
768 urgency = (u as u8).saturating_add(PRIORITY_URGENCY_OFFSET); in send_response_with_priority()