| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index 555161881680326f9f9010560878fa6547d47e04..e911c0add9a1d38c67b86bdc26e9fc665c82be9c 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -73,6 +73,7 @@ const QuicTag kIFW7 = TAG('I', 'F', 'W', '7'); // Set initial size
|
| 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 kRATE = TAG('R', 'A', 'T', 'E'); // TCP cubic rate based sending
|
| const QuicTag kIW03 = TAG('I', 'W', '0', '3'); // Force ICWND to 3
|
| const QuicTag kIW10 = TAG('I', 'W', '1', '0'); // Force ICWND to 10
|
| const QuicTag kIW20 = TAG('I', 'W', '2', '0'); // Force ICWND to 20
|
|
|