| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 14025807dcce1631f89651e19d4d710fa7d4a681..864e12b5e77e689ee08337b93aa3bd5038dc4025 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -42,3 +42,7 @@ bool FLAGS_quic_allow_more_open_streams = false;
|
| // If true, then QUIC connections will only timeout when an alarm fires, never
|
| // when setting a timeout.
|
| bool FLAGS_quic_timeouts_only_from_alarms = true;
|
| +
|
| +// If true, then QUIC connections will set both idle and overall timeouts in a
|
| +// single method.
|
| +bool FLAGS_quic_unified_timeouts = false;
|
|
|