| Index: net/quic/congestion_control/tcp_cubic_sender.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h
|
| index d8560e38caa009316af501b1e191e70b41faa017..a98d1283e547d38810f69fd6a31379cdf5d554ff 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.h
|
| @@ -114,6 +114,9 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
|
| // Congestion window in packets.
|
| QuicPacketCount congestion_window_;
|
|
|
| + // Minimum congestion window in packets.
|
| + QuicPacketCount min_congestion_window_;
|
| +
|
| // Slow start congestion window in packets, aka ssthresh.
|
| QuicPacketCount slowstart_threshold_;
|
|
|
|
|