Searched refs:MAX_CID_LEN (Results 1 – 2 of 2) sorted by relevance
47 pub const MAX_CID_LEN: u8 = 20; constant229 if crate::version_is_supported(version) && dcid_len > MAX_CID_LEN { in from_bytes()235 if crate::version_is_supported(version) && scid_len > MAX_CID_LEN { in from_bytes()
285 pub const MAX_CONN_ID_LEN: usize = crate::packet::MAX_CID_LEN as usize;