Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 1666050c8505e0c1178faa4a53d717c1d3843e87..e050abab0dab74e29699d3b2b87c49d4a5093ee6 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -89,6 +89,7 @@ const QuicTag kMIN4 = TAG('M', 'I', 'N', '4'); // Min CWND of 4 packets, |
const QuicTag kTLPR = TAG('T', 'L', 'P', 'R'); // Tail loss probe delay of |
// 0.5RTT. |
const QuicTag kACKD = TAG('A', 'C', 'K', 'D'); // Ack decimation style acking. |
+const QuicTag kSSLR = TAG('S', 'S', 'L', 'R'); // Slow Start Large Reduction. |
// Optional support of truncated Connection IDs. If sent by a peer, the value |
// is the minimum number of bytes allowed for the connection ID sent to the |