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 4bed7edcdc82936fdbdc4b28e88a08eef7734e74..97eb896b15ef386495460ce8a09c9fcaf37799b1 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.cc |
+++ b/net/quic/congestion_control/tcp_cubic_sender.cc |
@@ -227,6 +227,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_; |
} |
} |