Internal QUICHE change PiperOrigin-RevId: 339483461 Change-Id: I81602e5d1197165f85cf6133b3808d38e6cc25fb
diff --git a/quic/core/congestion_control/bbr2_sender.cc b/quic/core/congestion_control/bbr2_sender.cc index 5fcea6c..e4a4f78 100644 --- a/quic/core/congestion_control/bbr2_sender.cc +++ b/quic/core/congestion_control/bbr2_sender.cc
@@ -195,6 +195,8 @@ QuicBandwidth effective_bandwidth = std::max(params.bandwidth, model_.BandwidthEstimate()); + connection_stats_->cwnd_bootstrapping_rtt_us = + model_.MinRtt().ToMicroseconds(); if (GetQuicReloadableFlag(quic_bbr2_support_max_bootstrap_cwnd)) { if (params.max_initial_congestion_window > 0) { QUIC_RELOADABLE_FLAG_COUNT_N(quic_bbr2_support_max_bootstrap_cwnd, 2,