diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 07:23:13 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 07:23:13 +0000 |
commit | 79d13dcbd75ea30bdadc702248daaa334eec6ade (patch) | |
tree | 599a7fb24d87e20003b4dc8211058e81630f7317 /net/net.gyp | |
parent | 3c33b516363ec6fd34be1d5fd6282997d55281b0 (diff) | |
download | chromium_src-79d13dcbd75ea30bdadc702248daaa334eec6ade.zip chromium_src-79d13dcbd75ea30bdadc702248daaa334eec6ade.tar.gz chromium_src-79d13dcbd75ea30bdadc702248daaa334eec6ade.tar.bz2 |
Add the client address to the Public Reset packet.
For future extensibility, encode the fields of QuicPublicResetPacket
as a CryptoHandshakeMessage, which is essentially a QuicTagValueMap.
Move the CryptoHandshakeMessage class to its own files.
Move the QuicTagValueMap type from crypto_protocol.h to
quic_protocol.h.
Merge internal CL: 60963943
Note: net/quic/crypto/crypto_handshake_message.{cc,h} were added
separately in https://codereview.chromium.org/154643006.
R=rch@chromium.org,rtenneti@chromium.org
BUG=none
TEST=net_unittests
Review URL: https://codereview.chromium.org/147763009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 3aac81c..3e0b823 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -798,6 +798,8 @@ 'quic/crypto/crypto_framer.h', 'quic/crypto/crypto_handshake.cc', 'quic/crypto/crypto_handshake.h', + 'quic/crypto/crypto_handshake_message.cc', + 'quic/crypto/crypto_handshake_message.h', 'quic/crypto/crypto_protocol.h', 'quic/crypto/crypto_secret_boxer.cc', 'quic/crypto/crypto_secret_boxer.h', |