| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 9dca60822ddaca827e68260ba1f1ed3eecc490e1..f4418db2a05d219585a124d9118f166b003cb450 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -54,3 +54,6 @@ bool FLAGS_quic_drop_junk_packets = true;
|
| // If true, QUIC BBR congestion control may be enabled via Finch and/or via QUIC
|
| // connection options.
|
| bool FLAGS_quic_allow_bbr = false;
|
| +
|
| +// If true, truncate QUIC connection IDs if the client requests it.
|
| +bool FLAGS_allow_truncated_connection_ids_for_quic = false;
|
|
|