Index: net/quic/congestion_control/rtt_stats.cc |
diff --git a/net/quic/congestion_control/rtt_stats.cc b/net/quic/congestion_control/rtt_stats.cc |
index 25e2fbfa5fdb3993ef7ea70dc618c159f6c96bf4..745deb58cb3d085cbfed94d73585e6f42d5c577a 100644 |
--- a/net/quic/congestion_control/rtt_stats.cc |
+++ b/net/quic/congestion_control/rtt_stats.cc |
@@ -26,7 +26,7 @@ RttStats::RttStats() |
mean_deviation_(QuicTime::Delta::Zero()), |
initial_rtt_us_(kInitialRttMs * base::Time::kMicrosecondsPerMillisecond), |
num_min_rtt_samples_remaining_(0), |
- recent_min_rtt_window_(QuicTime::Delta::Zero()) { } |
+ recent_min_rtt_window_(QuicTime::Delta::Infinite()) {} |
bool RttStats::HasUpdates() const { |
return !smoothed_rtt_.IsZero(); |