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

Unified Diff: net/quic/quic_flags.cc

Issue 1986193002: Fix bug in QUIC SCUP message generation in which the client nonce was used in place of the CHLO has… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@121962941
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 a8e7e857782f33c07dc4d7405de9eb6a430820ef..d4881fc441178e9bb586663ff21ae3a289bc2864 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -126,3 +126,7 @@ bool FLAGS_quic_loss_recovery_use_largest_acked = true;
// Only set one alarm for sending at once, either the send alarm or
// retransmission alarm.
bool FLAGS_quic_only_one_sending_alarm = true;
+
+// If true, the hash of the CHLO message will be used in the proof generated for
+// an SCUP message.
+bool FLAGS_quic_use_hash_in_scup = 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