Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A 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
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc3954 const int expected_bytes_acked = header_size + request_string.length(); in TEST_P() local