HomeSort by relevance Sort by last modified time
    Searched refs:ssthresh_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc 333 ssthresh_(kNoLimit),
417 } else if (cwnd_ <= ssthresh_) {
444 ssthresh_ = std::max(static_cast<int>(in_flight_.size() / 2), 2);
445 cwnd_ = ssthresh_;
packet_sender.h 178 int ssthresh_; member in class:webrtc::testing::bwe::TcpSender

Completed in 60 milliseconds