Searched refs:CONN_ID_LEN (Results 1 – 3 of 3) sorted by relevance
19 constexpr static const uintptr_t CONN_ID_LEN = 8; variable
29 pub const CONN_ID_LEN: usize = 8; constant340 if let Some(v) = hdr.dcid.as_ref().get(0..CONN_ID_LEN) { in get_conn_id()
19 use super::client::{ClientMap, ConnectionID, CONN_ID_LEN, DNS_HEADER_SIZE, MAX_UDP_PAYLOAD_SIZE};317 let hdr = match quiche::Header::from_slice(pkt_buf, CONN_ID_LEN) { in worker_thread()