Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs851 if self.bytes_in_flight == 0 && handshake_status.peer_verified_address { in set_loss_detection_timer()
1255 pub peer_verified_address: bool, field
1266 peer_verified_address: true, in default()
/external/rust/crates/quiche/src/
Dlib.rs4269 peer_verified_address: self.peer_verified_initial_address, in send_single()
7102 peer_verified_address: self.peer_verified_initial_address, in handshake_status()
13137 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
13139 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()
13151 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
13153 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()
13161 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
13163 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()