Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / net / quic / congestion_control / rtt_stats.h
index ee8d180..5e01687 100644 (file)
@@ -32,6 +32,11 @@ class NET_EXPORT_PRIVATE RttStats {
                  QuicTime::Delta ack_delay,
                  QuicTime now);
 
+  // Causes the smoothed_rtt to be increased to the latest_rtt if the latest_rtt
+  // is larger. The mean deviation is increased to the most recent deviation if
+  // it's larger.
+  void ExpireSmoothedMetrics();
+
   // Forces RttStats to sample a new recent min rtt within the next
   // |num_samples| UpdateRtt calls.
   void SampleNewRecentMinRtt(uint32 num_samples);