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

Unified Diff: net/quic/quic_flags.cc

Issue 1279433004: relnote: Deprecate FLAGS_quic_send_fec_packet_only_on_fec_alarm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Limit_number_of_burst_tokens_99597412
Patch Set: Created 5 years, 4 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/reliable_quic_stream.cc » ('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 b4154f0edd89d4a1f233b0bbc6f7113566c020d5..8e1d0e4a183c83474d80db71814bc16ba64dbc6f 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -46,9 +46,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;
-// Enables sending of FEC packet only when FEC alarm goes off.
-bool FLAGS_quic_send_fec_packet_only_on_fec_alarm = true;
-
// Enables server-side path MTU discovery in QUIC.
bool FLAGS_quic_do_path_mtu_discovery = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/reliable_quic_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698