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

Unified Diff: net/quic/quic_flags.cc

Issue 2189763002: Landing Recent QUIC changes until 7/26/2016 13:53 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format 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
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_framer.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 f9e9a7c68752ec24ff3946e5eebdd7b3f9a4cb11..c374f26c15fe925b60d6675dc5cd5e1efe5ed4f7 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -138,3 +138,11 @@ 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 = false;
+
+// If true, requires handshake confirmations for all QUIC handshakes with
+// versions less than 33.
+bool FLAGS_quic_require_handshake_confirmation_pre33 = false;
+
+// If true, use the interval form of iteration over a PacketNumberQueue instead
+// of iterating over the individual numbers.
+bool FLAGS_quic_use_packet_number_queue_intervals = false;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698