Searched defs:RateSample (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/ |
D | delivery_rate.rs | 181 struct RateSample { struct 182 delivery_rate: u64, 184 is_app_limited: bool, 186 interval: Duration, 188 delivered: usize, 190 prior_delivered: usize, 192 prior_time: Option<Instant>, 194 send_elapsed: Duration, 196 ack_elapsed: Duration, 198 rtt: Duration,
|
/aosp_15_r20/external/rust/crates/quiche/src/recovery/ |
D | delivery_rate.rs | 181 struct RateSample { struct 182 delivery_rate: u64, 184 is_app_limited: bool, 186 interval: Duration, 188 delivered: usize, 190 prior_delivered: usize, 192 prior_time: Option<Instant>, 194 send_elapsed: Duration, 196 ack_elapsed: Duration, 198 rtt: Duration,
|