Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index fdfcf9863907e676789ce66bd7d0a5e1381f8e22..bdac1b3ee6a48e870296b6e566ebc68aff014713 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -53,6 +53,7 @@ const QuicTag kQBIC = TAG('Q', 'B', 'I', 'C'); // TCP cubic |
// Connection options (COPT) values |
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 kBYTE = TAG('B', 'Y', 'T', 'E'); // TCP cubic or reno in bytes |
const QuicTag kIW10 = TAG('I', 'W', '1', '0'); // Force ICWND to 10 |
const QuicTag kPACE = TAG('P', 'A', 'C', 'E'); // Paced TCP cubic |
const QuicTag k1CON = TAG('1', 'C', 'O', 'N'); // Emulate a single connection |