Home
last modified time | relevance | path

Searched defs:InSlowStart (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr2_sender.h38 bool InSlowStart() const override { return mode_ == Bbr2Mode::STARTUP; } in InSlowStart() function
H A Dtcp_cubic_sender_bytes.cc187 bool TcpCubicSenderBytes::InSlowStart() const { in InSlowStart() function in quic::TcpCubicSenderBytes
H A Dbbr_sender.cc148 bool BbrSender::InSlowStart() const { return mode_ == STARTUP; } in InSlowStart() function in quic::BbrSender
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.h387 bool InSlowStart() const { return send_algorithm_->InSlowStart(); } in InSlowStart() function