Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
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()
Duber_loss_algorithm.h23 absl::optional<int> reordering_shift; member
Duber_loss_algorithm.cc157 void UberLossAlgorithm::SetReorderingShift(int reordering_shift) { in SetReorderingShift()