Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dhandshaker.rs226 self.flights = None; in prepare()
265 self.flights = Some(pkts) in prepare()
271 if let Some(pkts) = &mut self.flights { in prepare()
296 if let Some(pkts) = self.flights.clone() { in send()
/webrtc/dtls/src/conn/
H A Dmod.rs94 pub(crate) flights: Option<Vec<Packet>>, field
281 flights: None, in new()
H A Dconn_test.rs428 flights: None, in test_export_keying_material()