Home
last modified time | relevance | path

Searched defs:reordering_shift (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dgeneral_loss_algorithm.h82 int reordering_shift() const { return reordering_shift_; } in reordering_shift() function
84 void set_reordering_shift(int reordering_shift) { in set_reordering_shift()
H A Duber_loss_algorithm.h24 std::optional<int> reordering_shift; member
H A Duber_loss_algorithm.cc157 void UberLossAlgorithm::SetReorderingShift(int reordering_shift) { in SetReorderingShift()