Home
last modified time | relevance | path

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

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