| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index 07fe17c92f63e17ebefcc1ba8291daaa39c96b7c..9e38d4b793b407a4783a14eb79fceb0ff29d2b67 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -33,6 +33,7 @@ const QuicTag kREJ = TAG('R', 'E', 'J', '\0'); // Reject
|
| const QuicTag kCETV = TAG('C', 'E', 'T', 'V'); // Client encrypted tag-value
|
| // pairs
|
| const QuicTag kPRST = TAG('P', 'R', 'S', 'T'); // Public reset
|
| +const QuicTag kSCUP = TAG('S', 'C', 'U', 'P'); // Server config update.
|
|
|
| // Key exchange methods
|
| const QuicTag kP256 = TAG('P', '2', '5', '6'); // ECDH, Curve P-256
|
|
|