| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index d7507a1f004c6af8b592c61e2cacba3625854d87..36c20555045c441d695abf5b913b515d05f5b2ea 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -150,3 +150,7 @@ QUIC_FLAG(bool, FLAGS_quic_stream_sequencer_buffer_debug, true)
|
| // If true, release QuicCryptoStream\'s read buffer when stream are less
|
| // frequently used.
|
| QUIC_FLAG(bool, FLAGS_quic_release_crypto_stream_buffer, false)
|
| +
|
| +// Use a more conservative backoff of 2x instead of 1.5x for handshake
|
| +// retransmissions, as well as a larger minimum.
|
| +QUIC_FLAG(bool, FLAGS_quic_conservative_handshake_retransmits, true)
|
|
|