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

Unified Diff: net/quic/quic_flags.cc

Issue 1984243002: Deprecate quic_always_has_unacked_packets_on_timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@121961869
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') | no next file » | 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 f2f7bcd6725d3a29ab9b316d59c470effd06c273..a8e7e857782f33c07dc4d7405de9eb6a430820ef 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -102,9 +102,6 @@ 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, do not check HasUnackedPackets on retransmission timeout.
-bool FLAGS_quic_always_has_unacked_packets_on_timeout = 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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698