Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 32ec7b1c2ce4eaa82ec3a1bbafb3c99de236c409..c32884a5f50b4676e115a9012aee937a341a6033 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -60,6 +60,7 @@ const QuicTag kCGST = TAG('C', 'G', 'S', 'T'); // Congestion control |
const QuicTag kICSL = TAG('I', 'C', 'S', 'L'); // Idle connection state |
// lifetime |
const QuicTag kKATO = TAG('K', 'A', 'T', 'O'); // Keepalive timeout |
+const QuicTag kMSPC = TAG('M', 'S', 'P', 'C'); // Max streams per connection. |
const QuicTag kSNI = TAG('S', 'N', 'I', '\0'); // Server name |
// indication |
const QuicTag kPUBS = TAG('P', 'U', 'B', 'S'); // Public key values |