Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2404003002: relnote: Add a new LazyFack loss detection to QUIC triggered by the LFAK connection option. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/crypto/crypto_protocol.h ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « net/quic/core/crypto/crypto_protocol.h ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698