| Index: net/quic/congestion_control/tcp_cubic_sender_base.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_base.h b/net/quic/congestion_control/tcp_cubic_sender_base.h
|
| index d3f231bef4b8128feedbb0af589c173cc829d5da..5149818f9f5c2038b4bbebe46b583e11ffad3da3 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_base.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_base.h
|
| @@ -25,6 +25,9 @@ namespace net {
|
|
|
| class RttStats;
|
|
|
| +// Maximum window to allow when doing bandwidth resumption.
|
| +const QuicPacketCount kMaxResumptionCongestionWindow = 200;
|
| +
|
| namespace test {
|
| class TcpCubicSenderBasePeer;
|
| } // namespace test
|
|
|