| Index: net/quic/core/crypto/crypto_protocol.h
|
| diff --git a/net/quic/core/crypto/crypto_protocol.h b/net/quic/core/crypto/crypto_protocol.h
|
| index ef9ef9d5c076bde57ee268bc684b31dd6c0d9e15..288106622c9e7dc777bdfecd27c1d5adbfa114d2 100644
|
| --- a/net/quic/core/crypto/crypto_protocol.h
|
| +++ b/net/quic/core/crypto/crypto_protocol.h
|
| @@ -104,6 +104,8 @@ const QuicTag kCTIM = TAG('C', 'T', 'I', 'M'); // Client timestamp in seconds
|
| // since UNIX epoch.
|
| const QuicTag kDHDT = TAG('D', 'H', 'D', 'T'); // Disable HPACK dynamic table.
|
| const QuicTag kIPFS = TAG('I', 'P', 'F', 'S'); // No Immediate Forward Secrecy
|
| +const QuicTag kCONH = TAG('C', 'O', 'N', 'H'); // Conservative Handshake
|
| + // Retransmissions.
|
|
|
| // Optional support of truncated Connection IDs. If sent by a peer, the value
|
| // is the minimum number of bytes allowed for the connection ID sent to the
|
|
|