diff options
Diffstat (limited to 'net/quic/quic_connection.h')
-rw-r--r-- | net/quic/quic_connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h index 14c45a1..76dabff 100644 --- a/net/quic/quic_connection.h +++ b/net/quic/quic_connection.h @@ -745,6 +745,9 @@ class NET_EXPORT_PRIVATE QuicConnection // Contains the connection close packet if the connection has been closed. scoped_ptr<QuicEncryptedPacket> connection_close_packet_; + // When true, the connection does not send a close packet on timeout. + bool silent_close_enabled_; + FecGroupMap group_map_; QuicReceivedPacketManager received_packet_manager_; |