Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 9a7f6c62025fa6b3182ff8b7c934e48a0c2fa281..ae7e78df999c1a2600e688a0a3ef2715e3533a6c 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -58,6 +58,7 @@ const QuicTag kPACE = TAG('P', 'A', 'C', 'E'); // Paced TCP cubic |
const QuicTag k1CON = TAG('1', 'C', 'O', 'N'); // Emulate a single connection |
const QuicTag kNTLP = TAG('N', 'T', 'L', 'P'); // No tail loss probe |
const QuicTag kNCON = TAG('N', 'C', 'O', 'N'); // N Connection Congestion Ctrl |
+const QuicTag kNRTO = TAG('N', 'R', 'T', 'O'); // CWND reduction on loss |
// Loss detection algorithm types |
const QuicTag kNACK = TAG('N', 'A', 'C', 'K'); // TCP style nack counting |