Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs1245 conn.local_transport_params.retry_source_connection_id = in with_tls()
3703 match &peer_params.retry_source_connection_id { in process_frame()
4091 pub retry_source_connection_id: Option<Vec<u8>>, field
4113 retry_source_connection_id: None, in default()
4248 tp.retry_source_connection_id = Some(val.to_vec()); in decode()
4402 if let Some(scid) = &tp.retry_source_connection_id { in encode()
4780 retry_source_connection_id: Some(b"retry".to_vec()), in transport_params()
4810 retry_source_connection_id: None, in transport_params()