Home
last modified time | relevance | path

Searched defs:lost_bytes (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/quiche/src/recovery/bbr/
Dper_ack.rs164 let lost_bytes = r.bbr_state.newly_lost_bytes; in bbr_modulate_cwnd_for_recovery() localVariable
305 let lost_bytes = bbr.newly_lost_bytes; in bbr_is_next_cycle_phase() localVariable
/external/rust/crates/quiche/include/
Dquiche.h515 uint64_t lost_bytes; member
606 uint64_t lost_bytes; member
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dtcp_cubic_sender_bytes.cc252 QuicByteCount lost_bytes, in OnPacketLost()
/external/rust/crates/quiche/src/
Dpath.rs855 pub lost_bytes: u64, field
Dffi.rs1108 lost_bytes: u64, field
1177 lost_bytes: u64, field
Dlib.rs1292 lost_bytes: u64, field
7413 pub lost_bytes: u64, field
/external/rust/crates/quiche/src/recovery/
Dmod.rs878 let mut lost_bytes = 0; in detect_lost_packets() localVariable