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

Unified Diff: net/quic/crypto/crypto_protocol.h

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
« no previous file with comments | « no previous file | net/quic/crypto/crypto_server_test.cc » ('j') | net/quic/crypto/quic_crypto_client_config.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/crypto_protocol.h
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
index 3f0b3b3bddd6dfb667b7efac2cbcfc1290376b89..1c08d3a5903c1e6302cac7723892ccd8b7916089 100644
--- a/net/quic/crypto/crypto_protocol.h
+++ b/net/quic/crypto/crypto_protocol.h
@@ -131,6 +131,9 @@ const QuicTag kSourceAddressTokenTag =
const QuicTag kCertificateTag =
TAG('C', 'R', 'T', 255); // Certificate chain
+// Reasons for server sending rejection message.
+const QuicTag kRejectReason = TAG('R', 'R', 'E', 'J');
wtc 2014/06/19 00:13:24 This QUIC tag should be named kRREJ and moved up.
ramant (doing other things) 2014/06/19 01:57:34 Done.
+
#undef TAG
const size_t kMaxEntries = 128; // Max number of entries in a message.
« no previous file with comments | « no previous file | net/quic/crypto/crypto_server_test.cc » ('j') | net/quic/crypto/quic_crypto_client_config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698