| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 3aa8117b5bc15a0af53cea54619a5a62adcd1d74..3a0594e8b0e5925363d7cb0f6dbbc5491168484e 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -143,3 +143,6 @@ bool FLAGS_quic_ignore_srbf = true;
|
| // Allow the NPRR connection option which reduces QUIC\'s pacing rate during
|
| // recovery instead of PRR.
|
| bool FLAGS_quic_allow_noprr = true;
|
| +
|
| +// If true, multi-packet CHLOs are explicitly disallowed.
|
| +bool FLAGS_quic_disallow_multi_packet_chlo = true;
|
|
|