| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index 577913789dc7fde5208f6272dfd1cd8da513c878..35c25b93977989671c2c5a9a3fc9396b19b963b4 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -47,7 +47,7 @@ const QuicTag kCC12 = TAG('C', 'C', '1', '2'); // ChaCha20 + Poly1305
|
| // Congestion control feedback types
|
| const QuicTag kQBIC = TAG('Q', 'B', 'I', 'C'); // TCP cubic
|
| const QuicTag kPACE = TAG('P', 'A', 'C', 'E'); // Paced TCP cubic
|
| -const QuicTag kINAR = TAG('I', 'N', 'A', 'R'); // Inter arrival
|
| +const QuicTag kTSTP = TAG('T', 'S', 'T', 'P'); // Timestamp
|
|
|
| // Congestion control options
|
| const QuicTag kTBBR = TAG('T', 'B', 'B', 'R'); // Reduced Buffer Bloat TCP
|
|
|