Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 35c25b93977989671c2c5a9a3fc9396b19b963b4..edaea2f75b9f686b74d1be026545e019bcaea74a 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -52,6 +52,7 @@ const QuicTag kTSTP = TAG('T', 'S', 'T', 'P'); // Timestamp |
// Congestion control options |
const QuicTag kTBBR = TAG('T', 'B', 'B', 'R'); // Reduced Buffer Bloat TCP |
const QuicTag kRENO = TAG('R', 'E', 'N', 'O'); // Reno Congestion Control |
+const QuicTag kIW10 = TAG('I', 'W', '1', '0'); // Force ICWND to 10 |
// Loss detection algorithm types |
const QuicTag kNACK = TAG('N', 'A', 'C', 'K'); // TCP style nack counting |