Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dtls.rs389 pub fn set_quic_transport_params(&self, buf: &[u8]) -> Result<()> { in set_quic_transport_params() method
Dlib.rs3432 self.handshake.set_quic_transport_params(raw_params)?; in encode_transport_params()