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

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: Used static_cast<uint32> per avd's comments 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/crypto_server_test.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..d1931d1a06e388b2d2fcd3e24a5f3f1e4b9c8d82 100644
--- a/net/quic/crypto/crypto_protocol.h
+++ b/net/quic/crypto/crypto_protocol.h
@@ -110,6 +110,9 @@ const QuicTag kRSEQ = TAG('R', 'S', 'E', 'Q'); // Rejected sequence number
// Universal tags
const QuicTag kPAD = TAG('P', 'A', 'D', '\0'); // Padding
+// Reasons for server sending rejection message tag.
+const QuicTag kRREJ = TAG('R', 'R', 'E', 'J');
wtc 2014/06/19 19:58:42 Nit: please make this change in your new CL. Move
ramant (doing other things) 2014/06/20 23:20:47 Fixed in CL: https://codereview.chromium.org/33627
+
// These tags have a special form so that they appear either at the beginning
// or the end of a handshake message. Since handshake messages are sorted by
// tag value, the tags with 0 at the end will sort first and those with 255 at
« no previous file with comments | « no previous file | net/quic/crypto/crypto_server_test.cc » ('j') | net/quic/crypto/crypto_server_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698