Index: net/quic/congestion_control/tcp_cubic_bytes_sender.h |
diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.h b/net/quic/congestion_control/tcp_cubic_bytes_sender.h |
index f4cdd974527559372ec74f014d0e758a0df87ba5..222301ec17e917fee305fd6b6f95e84953b15c97 100644 |
--- a/net/quic/congestion_control/tcp_cubic_bytes_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.h |
@@ -112,6 +112,9 @@ class NET_EXPORT_PRIVATE TcpCubicBytesSender : public SendAlgorithmInterface { |
// Congestion window in bytes. |
QuicByteCount congestion_window_; |
+ // Minimum congestion window in bytes. |
+ QuicByteCount min_congestion_window_; |
+ |
// Slow start congestion window in bytes, aka ssthresh. |
QuicByteCount slowstart_threshold_; |