Searched refs:ack_eliciting (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 200 let ack_eliciting = pkt.ack_eliciting; in on_packet_sent() localVariable 213 if ack_eliciting { in on_packet_sent() 292 if unacked.ack_eliciting { in on_ack_received() 897 pub ack_eliciting: bool, field 1019 ack_eliciting: true, in loss_on_pto() 1045 ack_eliciting: true, in loss_on_pto() 1071 ack_eliciting: true, in loss_on_pto() 1097 ack_eliciting: true, in loss_on_pto() 1155 ack_eliciting: true, in loss_on_pto() 1181 ack_eliciting: true, in loss_on_pto() [all …]
|
D | delivery_rate.rs | 201 ack_eliciting: true, in rate_check() 225 ack_eliciting: true, in rate_check() 258 ack_eliciting: true, in app_limited_check() 280 ack_eliciting: true, in app_limited_check()
|
D | cubic.rs | 332 ack_eliciting: true, in cubic_slow_start() 471 ack_eliciting: true, in cubic_hystart_limited_slow_start()
|
D | reno.rs | 179 ack_eliciting: true, in reno_slow_start()
|
/external/rust/crates/quiche/src/ |
D | lib.rs | 1763 if frame.ack_eliciting() { in recv_single() 2104 let mut ack_eliciting = false; in send() localVariable 2144 ack_eliciting = true; in send() 2158 ack_eliciting = true; in send() 2172 ack_eliciting = true; in send() 2189 ack_eliciting = true; in send() 2201 ack_eliciting = true; in send() 2229 ack_eliciting = true; in send() 2246 ack_eliciting = true; in send() 2263 ack_eliciting = true; in send() [all …]
|
D | frame.rs | 707 pub fn ack_eliciting(&self) -> bool { in ack_eliciting() method
|