| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 57ba0003ffe6a8fba633583af509cc7b216e2f19..3d2ae5b1cb191baa50cc71195f0a7369a97f1f0a 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -79,7 +79,7 @@ const QuicByteCount kSessionReceiveWindowLimit = 24 * 1024 * 1024; // 24 MB
|
| const QuicPacketCount kMinCongestionWindowForBandwidthResumption = 10;
|
|
|
| // Maximum number of tracked packets.
|
| -const QuicPacketCount kMaxTrackedPackets = 5000;
|
| +const QuicPacketCount kMaxTrackedPackets = 10000;
|
|
|
| // Default size of the socket receive buffer in bytes.
|
| const QuicByteCount kDefaultSocketReceiveBuffer = 256 * 1024;
|
|
|