| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 86707d641bf56b95ae684869adcb3f95a32407e3..4486da99ce952e0c63e110cd167e4c069f7ff3eb 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -11,6 +11,10 @@ bool FLAGS_quic_use_time_loss_detection = false;
|
| // CHLO.
|
| bool FLAGS_use_early_return_when_verifying_chlo = true;
|
|
|
| +// If true, use a free list for the stream frame buffer allocations in
|
| +// QuicPacketCreator.
|
| +bool FLAGS_use_stream_frame_freelist = true;
|
| +
|
| // If true, QUIC connections will support FEC protection of data while sending
|
| // packets, to reduce latency of data delivery to the application. The client
|
| // must also request FEC protection for the server to use FEC.
|
|
|