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

  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.cc 28 current_rtt_(QuicTime::Delta::Zero()) {
40 current_rtt_ = QuicTime::Delta::Zero();
74 // Compare the minimum delay (current_rtt_) of the current
81 if (current_rtt_.IsZero() || current_rtt_ > rtt) {
82 current_rtt_ = rtt;
94 if (current_rtt_ > delay_min.Add(accepted_variance)) {
hybrid_slow_start.h 58 QuicTime::Delta current_rtt_; // The minimum rtt of current round. member in class:net::HybridSlowStart

Completed in 40 milliseconds