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

Unified Diff: net/quic/quic_flags.cc

Issue 1232793004: relnote: Deprecate FLAGS_quic_dont_ack_acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Convert_map_into_list_97162517
Patch Set: Created 5 years, 5 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 6c4a082a9ae3ff31df82c3d117bf5550bd337b72..7ecc8230cc61c9539b5b5bfb45df62b21316be4d 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -45,9 +45,6 @@ bool FLAGS_enable_quic_stateless_reject_support = true;
// If true, flow controller may grow the receive window size if necessary.
bool FLAGS_quic_auto_tune_receive_window = true;
-// Don't ack acks in QUIC, even when there is a recent missing packet.
-bool FLAGS_quic_dont_ack_acks = true;
-
// Enables sending of FEC packet only when FEC alarm goes off.
bool FLAGS_quic_send_fec_packet_only_on_fec_alarm = 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