Searched defs:InSlowStart (Results 1 – 4 of 4) sorted by relevance
38 bool InSlowStart() const override { return mode_ == Bbr2Mode::STARTUP; } in InSlowStart() function
187 bool TcpCubicSenderBytes::InSlowStart() const { in InSlowStart() function in quic::TcpCubicSenderBytes
148 bool BbrSender::InSlowStart() const { return mode_ == STARTUP; } in InSlowStart() function in quic::BbrSender
387 bool InSlowStart() const { return send_algorithm_->InSlowStart(); } in InSlowStart() function