Internal QUICHE change
PiperOrigin-RevId: 300418158
Change-Id: Ie943d604f60538606a816f396f9d9ea154950943
diff --git a/quic/core/quic_connection_stats.h b/quic/core/quic_connection_stats.h
index 0edb7ba..911ea6d 100644
--- a/quic/core/quic_connection_stats.h
+++ b/quic/core/quic_connection_stats.h
@@ -130,6 +130,9 @@
// Whether overshooting is detected (and pacing rate decreases) during start
// up with network parameters adjusted.
bool overshooting_detected_with_network_parameters_adjusted = false;
+
+ // Whether there is any non app-limited bandwidth sample.
+ bool has_non_app_limited_sample = false;
};
} // namespace quic