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

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

Issue 312193005: Pass chrome version and channel in CHLO message to server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/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

Powered by Google App Engine
This is Rietveld 408576698