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

Unified Diff: net/quic/quic_flags.cc

Issue 331143006: QUIC Crypto - return the reasons for reject message. Reject reason (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with TOT Created 6 years, 6 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
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index 50a75890507387b73fb7d3f31b08e4e2e6301ec0..181f127cfebbd384d4104cba60e72e9df1f539ea 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -40,3 +40,10 @@ bool FLAGS_quic_use_time_loss_detection = false;
// If true, allow peer port migration of established QUIC connections.
bool FLAGS_quic_allow_port_migration = true;
+
+// If true, it will return as soon as an error is detected while validating
+// client nonce or server nonce or source address token or server config.
wtc 2014/06/19 00:13:25 Nit: this comment should mention CHLO. I think you
ramant (doing other things) 2014/06/19 01:57:35 Done.
+bool FLAGS_use_early_return_when_verifying_chlo = true;
+
+// If true, QUIC crypto reject message will include the reasons for rejection.
+bool FLAGS_send_quic_crypto_reject_reason = false;

Powered by Google App Engine
This is Rietveld 408576698