Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 49194e90b3d71dfb6c2b2142953028ae446d89d2..255184d6f0baa004593d520d3a198c319ae9b6b8 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -93,6 +93,8 @@ const QuicTag kCCRT = TAG('C', 'C', 'R', 'T'); // Cached certificate |
const QuicTag kEXPY = TAG('E', 'X', 'P', 'Y'); // Expiry |
const QuicTag kIFCW = TAG('I', 'F', 'C', 'W'); // Initial flow control receive |
// window. |
+const QuicTag kCVER = TAG('C', 'V', 'E', 'R'); // Client Version. |
Ryan Hamilton
2014/06/04 22:31:15
Heh, we used to have a CVER tag in an earlier vers
jar (doing other things)
2014/06/05 02:16:23
As a matter of course... for these "less important
ramant (doing other things)
2014/06/05 02:51:55
Used kCDSC.
Done.
ramant (doing other things)
2014/06/05 02:51:55
Changed CDSC to UACV
Done.
|
+ |
// Server hello tags |
const QuicTag kCADR = TAG('C', 'A', 'D', 'R'); // Client IP address and port |