| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index d0101c9da8b7c338d839552fceeaed7e679438b3..2509f6ffb3cfa3ad0ec79611c946281a619e5416 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -56,6 +56,7 @@ 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
|
| +const QuicTag kNTLP = TAG('N', 'T', 'L', 'P'); // No tail loss probe
|
|
|
| // Loss detection algorithm types
|
| const QuicTag kNACK = TAG('N', 'A', 'C', 'K'); // TCP style nack counting
|
|
|