Index: net/quic/congestion_control/tcp_cubic_sender.cc |
diff --git a/net/quic/congestion_control/tcp_cubic_sender.cc b/net/quic/congestion_control/tcp_cubic_sender.cc |
index 78bd7d9ca8fb5572c327a14b8c8990e8125f5f76..e6ed9d35891cbaa1906a0420a82d042bf96a375f 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.cc |
+++ b/net/quic/congestion_control/tcp_cubic_sender.cc |
@@ -228,6 +228,7 @@ void TcpCubicSender::AckAccounting(QuicTime::Delta rtt) { |
} |
hybrid_slow_start_.Update(rtt, delay_min_); |
if (hybrid_slow_start_.Exit()) { |
+ DLOG(INFO) << "Set slowstart threshold:" << congestion_window_; |
slowstart_threshold_ = congestion_window_; |
} |
} |