Home
last modified time | relevance | path

Searched defs:GetSlowStartThreshold (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 Dbbr2_sender.h86 QuicByteCount GetSlowStartThreshold() const override { return 0; } in GetSlowStartThreshold() function
H A Dtcp_cubic_sender_bytes.cc311 QuicByteCount TcpCubicSenderBytes::GetSlowStartThreshold() const { in GetSlowStartThreshold() function in quic::TcpCubicSenderBytes
H A Dbbr_sender.cc201 QuicByteCount BbrSender::GetSlowStartThreshold() const { return 0; } in GetSlowStartThreshold() function in quic::BbrSender