| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 5844be736e45659fcb65d131cd00f04ab2cd8c1a..e4514cb6b92043004663ce5ae4d6886e7a017bfd 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -73,3 +73,6 @@ int64 FLAGS_quic_time_wait_list_max_connections = 50000;
|
| // If true, limit the number of connections on the quic time-wait list using a
|
| // flag.
|
| bool FLAGS_quic_limit_time_wait_list_size = true;
|
| +
|
| +// Use small QUIC packet sizes by default.
|
| +bool FLAGS_quic_small_default_packet_size = true;
|
|
|