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

Unified Diff: net/quic/quic_flags.cc

Issue 2001183002: Deprecate FLAGS_quic_simplify_loss_detection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122429210
Patch Set: Created 4 years, 7 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/quic_flags.h ('k') | net/quic/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index 5a486eb62ae5afb37fa6f1594040a0f2fb0b2575..3aa8117b5bc15a0af53cea54619a5a62adcd1d74 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -99,9 +99,6 @@ bool FLAGS_quic_no_lower_bw_resumption_limit = true;
// the initial flight has been acked.
bool FLAGS_quic_sslr_limit_reduction = true;
-// Simplify QUIC's loss detection by combining time and nack based portions.
-bool FLAGS_quic_simplify_loss_detection = true;
-
// If true, respect any configured max pacing rate.
bool FLAGS_quic_max_pacing_rate = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698