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. |