Home
last modified time | relevance | path

Searched defs:expected_bytes_acked (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dbandwidth_sampler.cc42 QuicByteCount expected_bytes_acked = bandwidth_estimate * best.time_delta; in Update() local
89 QuicByteCount expected_bytes_acked = bandwidth_estimate * aggregation_delta; in Update() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc3951 const int expected_bytes_acked = header_size + request_string.length(); in TEST_P() local