| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index a427c6f1d1c35cac70cb40c82eb7bad1a3e13c40..3a2cf3d1bc8ccf82e2b13a77ee75594f8e25de7b 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -92,6 +92,7 @@ const QuicTag kACKD = TAG('A', 'C', 'K', 'D'); // Ack decimation style acking.
|
| const QuicTag kAKD2 = TAG('A', 'K', 'D', '2'); // Ack decimation tolerating
|
| // out of order packets.
|
| const QuicTag kSSLR = TAG('S', 'S', 'L', 'R'); // Slow Start Large Reduction.
|
| +const QuicTag k5RTO = TAG('5', 'R', 'T', 'O'); // Close connection on 5 RTOs
|
|
|
| // 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
|
| @@ -101,6 +102,9 @@ const QuicTag kTCID = TAG('T', 'C', 'I', 'D'); // Connection ID truncation.
|
| // Multipath option.
|
| const QuicTag kMPTH = TAG('M', 'P', 'T', 'H'); // Enable multipath.
|
|
|
| +const QuicTag kNCMR = TAG('N', 'C', 'M', 'R'); // Do not attempt connection
|
| + // migration.
|
| +
|
| // Enable bandwidth resumption experiment.
|
| const QuicTag kBWRE = TAG('B', 'W', 'R', 'E'); // Bandwidth resumption.
|
| const QuicTag kBWMX = TAG('B', 'W', 'M', 'X'); // Max bandwidth resumption.
|
|
|