| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 3eb3830e3e894d89e9befefef5e60851bfa91b00..86707d641bf56b95ae684869adcb3f95a32407e3 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -51,6 +51,9 @@ bool FLAGS_quic_always_log_bugs_for_tests = false;
|
| // If true, flow controller may grow the receive window size if necessary.
|
| bool FLAGS_quic_auto_tune_receive_window = true;
|
|
|
| +// If true, multipath is enabled for the connection.
|
| +bool FLAGS_quic_enable_multipath = false;
|
| +
|
| // Limits QUIC's max CWND to 200 packets.
|
| bool FLAGS_quic_limit_max_cwnd = true;
|
|
|
|
|