Factor out the QUIC socket reading code into a stand alone QuicPacketReader
commit31ca50f123ae4580d4d681856aec2379aaa39896
authorrch <rch@chromium.org>
Fri, 20 Mar 2015 05:51:00 +0000 (19 22:51 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 20 Mar 2015 05:51:48 +0000 (20 05:51 +0000)
tree7fff52160befa0aec779d57c93eeb4c865043810
parent64461c4d9dab2a7f33b2611447d259a94976aca5
Factor out the QUIC socket reading code into a stand alone QuicPacketReader
and share it with both the QuicClientSession and QuicSimpleClient.

BUG=

Review URL: https://codereview.chromium.org/1009803003

Cr-Commit-Position: refs/heads/master@{#321522}
net/net.gypi
net/quic/quic_client_session.cc
net/quic/quic_client_session.h
net/quic/quic_packet_reader.cc [new file with mode: 0644]
net/quic/quic_packet_reader.h [new file with mode: 0644]
net/tools/quic/quic_simple_client.cc
net/tools/quic/quic_simple_client.h