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 303d0d49477e85b4ea38fdbb1ce4f68aca66d41a..ac5cd8561eab05853b0743e4bff71ff11d302184 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -147,3 +147,6 @@ QUIC_FLAG(bool, FLAGS_quic_buffer_packets_after_chlo, false) |
// processed, but now that flow control is implemented, it can be received once |
// decrypted. |
QUIC_FLAG(bool, FLAGS_quic_receive_packet_once_decrypted, false) |
+ |
+// If true, enable the Lazy FACK style loss detection in QUIC. |
+QUIC_FLAG(bool, FLAGS_quic_enable_lazy_fack, true) |