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

Unified Diff: net/quic/quic_flags.cc

Issue 2164483003: relnote: Use NotifyChangedPriority when updating alarms instead of canceling and reregistering. Gua… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@11_127330079
Patch Set: Created 4 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
« net/quic/quic_alarm.cc ('K') | « 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 f9f0c430ca066d6d9c50b4d9e9804a0887fa57df..d7a3f3a93d791cecca5a79333ffe4ab160847b00 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -155,3 +155,7 @@ bool FLAGS_enable_async_get_proof = false;
// If true, neuter null encrypted packets before sending the next handshake
// message.
bool FLAGS_quic_neuter_unencrypted_when_sending = false;
+
+// If true, QuicAlarm::Update will call a faster UpdateImpl implementation
+// instead of canceling and reregistering the alarm.
+bool FLAGS_quic_change_alarms_efficiently = true;
« net/quic/quic_alarm.cc ('K') | « net/quic/quic_flags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698