Searched refs:half_window_rtt_ (Results 1 – 3 of 3) sorted by relevance
104 quarter_window_rtt_ = half_window_rtt_ = recent_min_rtt_ = new_min_rtt_; in UpdateRecentMinRtt()111 quarter_window_rtt_ = half_window_rtt_ = recent_min_rtt_; in UpdateRecentMinRtt()112 } else if (rtt_sample <= half_window_rtt_.rtt) { in UpdateRecentMinRtt()113 half_window_rtt_ = RttSample(rtt_sample, now); in UpdateRecentMinRtt()114 quarter_window_rtt_ = half_window_rtt_; in UpdateRecentMinRtt()121 recent_min_rtt_ = half_window_rtt_; in UpdateRecentMinRtt()122 half_window_rtt_ = quarter_window_rtt_; in UpdateRecentMinRtt()124 } else if (half_window_rtt_.time < in UpdateRecentMinRtt()126 half_window_rtt_ = quarter_window_rtt_; in UpdateRecentMinRtt()
109 RttSample half_window_rtt_; // b in the sampled algorithm. variable
16 return rtt_stats->half_window_rtt_.rtt; in GetHalfWindowRtt()