| Index: net/quic/core/quic_connection.h
|
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
|
| index ef664ab1c523a9a4324bed85b4d7e474aec4b55d..fd78c93dd7971fa2beff5d3afc29e3617df4cfc8 100644
|
| --- a/net/quic/core/quic_connection.h
|
| +++ b/net/quic/core/quic_connection.h
|
| @@ -930,6 +930,9 @@ class QUIC_EXPORT_PRIVATE QuicConnection
|
| // When true, close the QUIC connection after 5 RTOs. Due to the min rto of
|
| // 200ms, this is over 5 seconds.
|
| bool close_connection_after_five_rtos_;
|
| + // When true, close the QUIC connection when there are no open streams after
|
| + // 3 consecutive RTOs.
|
| + bool close_connection_after_three_rtos_;
|
|
|
| QuicReceivedPacketManager received_packet_manager_;
|
|
|
|
|