| Index: net/quic/congestion_control/send_algorithm_interface.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h
|
| index c07aa8f017fd1dd69aad15f602e50581cc804655..a2752c7b8c8825bdd15affed041f8144241b27ac 100644
|
| --- a/net/quic/congestion_control/send_algorithm_interface.h
|
| +++ b/net/quic/congestion_control/send_algorithm_interface.h
|
| @@ -23,6 +23,8 @@ namespace net {
|
| class CachedNetworkParameters;
|
| class RttStats;
|
|
|
| +const QuicPacketCount kDefaultMaxCongestionWindowPackets = 2000;
|
| +
|
| class NET_EXPORT_PRIVATE SendAlgorithmInterface {
|
| public:
|
| // A sorted vector of packets.
|
|
|