| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index 229f337aaa7ce4630182e2244e64c701c249f0b4..555161881680326f9f9010560878fa6547d47e04 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -174,6 +174,8 @@ const QuicTag kRCID = TAG('R', 'C', 'I', 'D'); // Server-designated
|
| // connection ID
|
| // Server hello tags
|
| const QuicTag kCADR = TAG('C', 'A', 'D', 'R'); // Client IP address and port
|
| +const QuicTag kASAD = TAG('A', 'S', 'A', 'D'); // Alternate Server IP address
|
| + // and port.
|
|
|
| // CETV tags
|
| const QuicTag kCIDK = TAG('C', 'I', 'D', 'K'); // ChannelID key
|
|
|