| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index d010776c2945abef76612e90a1ac5e57b09a57ad..57a5508f2bdab8a9877b6bf4a70924a245d52279 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -71,6 +71,9 @@ const QuicTag kTCID = TAG('T', 'C', 'I', 'D'); // Connection ID truncation.
|
| // FEC options
|
| const QuicTag kFHDR = TAG('F', 'H', 'D', 'R'); // FEC protect headers
|
|
|
| +// Enable bandwidth resumption experiment.
|
| +const QuicTag kBWRE = TAG('B', 'W', 'R', 'E'); // Bandwidth resumption.
|
| +
|
| // Proof types (i.e. certificate types)
|
| // NOTE: although it would be silly to do so, specifying both kX509 and kX59R
|
| // is allowed and is equivalent to specifying only kX509.
|
|
|