| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index 9f049618e7c461bbf87a5ec56c55e9da1c2a4dc9..0dd3b347b4b0a0e0b245154d36af691e82224d13 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -55,6 +55,7 @@ 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
|
| const QuicTag kPACE = TAG('P', 'A', 'C', 'E'); // Paced TCP cubic
|
| +const QuicTag k1CON = TAG('1', 'C', 'O', 'N'); // Emulate a single connection
|
|
|
| // Loss detection algorithm types
|
| const QuicTag kNACK = TAG('N', 'A', 'C', 'K'); // TCP style nack counting
|
|
|