Index: net/quic/core/quic_sent_packet_manager.h |
diff --git a/net/quic/core/quic_sent_packet_manager.h b/net/quic/core/quic_sent_packet_manager.h |
index 4e9d7dd230d17fbaeb0b8adb5c316c48739e1db1..eacdfa5dca2cbfa5361408459fa276e8a5e29e6b 100644 |
--- a/net/quic/core/quic_sent_packet_manager.h |
+++ b/net/quic/core/quic_sent_packet_manager.h |
@@ -387,6 +387,8 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager |
// If true, cancel pending retransmissions if they're larger than |
// largest_newly_acked. |
bool undo_pending_retransmits_; |
+ // If true, use a more conservative handshake retransmission policy. |
+ bool conservative_handshake_retransmits_; |
// Vectors packets acked and lost as a result of the last congestion event. |
SendAlgorithmInterface::CongestionVector packets_acked_; |