| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 678b4581896515199f2b9ce7a68d6dae887d2b2d..69fc6e1c3c787e499d12127e11c647eba2063626 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -78,9 +78,6 @@ const QuicByteCount kSessionReceiveWindowLimit = 24 * 1024 * 1024; // 24 MB
|
| // Minimum size of the CWND, in packets, when doing bandwidth resumption.
|
| const QuicPacketCount kMinCongestionWindowForBandwidthResumption = 10;
|
|
|
| -// Maximum size of the CWND, in packets.
|
| -const QuicPacketCount kMaxCongestionWindow = 200;
|
| -
|
| // Maximum number of tracked packets.
|
| const QuicPacketCount kMaxTrackedPackets = 5000;
|
|
|
|
|