Searched defs:Bdp (Results 1 – 3 of 3) sorted by relevance
150 struct Bdp { struct152 bdp: u32,154 max_bandwidth: f64,156 rtt: f64,160 ping_delay: Duration,162 stable_count: u32,407 impl Bdp { implementation
2207 QuicByteCount Bdp(size_t n) const { return BottleneckBandwidth() * Rtt(n); } in Bdp() function in quic::test::MultiSenderTopologyParams