diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-25 08:00:19 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-25 08:00:19 +0000 |
commit | 300ccd5a125e75bd194cbb9d6a2e20058896a7f1 (patch) | |
tree | f54913789684a41a3a6976beca746a41b74ae17f /net/net.gyp | |
parent | 6744b4f2f21028ebd268fc1158f5e38b2ee9c087 (diff) | |
download | chromium_src-300ccd5a125e75bd194cbb9d6a2e20058896a7f1.zip chromium_src-300ccd5a125e75bd194cbb9d6a2e20058896a7f1.tar.gz chromium_src-300ccd5a125e75bd194cbb9d6a2e20058896a7f1.tar.bz2 |
Add the kCADR (client address) tag to ServerHello.
It allows the server to send the observed client IP address and port
to the client.
Add the QuicSocketAddressCoder class for serializing and parsing a
socket address (IP address and port).
Merge internal CL: 60101137
R=rch@chromium.org,rtenneti@chromium.org
BUG=none
TEST=net_unittests
Review URL: https://codereview.chromium.org/145003011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index cda31b1..2f4561e 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -912,6 +912,8 @@ 'quic/quic_sent_packet_manager.h', 'quic/quic_session.cc', 'quic/quic_session.h', + 'quic/quic_socket_address_coder.cc', + 'quic/quic_socket_address_coder.h', 'quic/quic_spdy_compressor.cc', 'quic/quic_spdy_compressor.h', 'quic/quic_spdy_decompressor.cc', @@ -1927,6 +1929,7 @@ 'quic/quic_sent_entropy_manager_test.cc', 'quic/quic_sent_packet_manager_test.cc', 'quic/quic_session_test.cc', + 'quic/quic_socket_address_coder_test.cc', 'quic/quic_spdy_compressor_test.cc', 'quic/quic_spdy_decompressor_test.cc', 'quic/quic_stream_factory_test.cc', |