Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Issue 19858003: * Removed QuicTag kQuicVersion1 (Closed)

Created:
7 years, 5 months ago by ramant (doing other things)
Modified:
7 years, 4 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

* Removed QuicTag kQuicVersion1 * Replaced this with enum QuicVersion, which currently has QUIC_VERSION_6 and QUIC_VERSION_7 * End to end tests are run with both versions * Framer tests are run with both versions * QuicConnection now takes a QuicVersion parameter * TimeWaitListManager now stores QuicVersion in the GUID map and sets the framer version appropriately using this before sending reset Merge internal change: 48634592 R=rch@chromium.org

Patch Set 1 #

Patch Set 2 : Fix compiler errors #

Total comments: 12

Patch Set 3 : Fixed comments from rch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+528 lines, -249 lines) Patch
M net/quic/quic_connection.h View 5 chunks +10 lines, -9 lines 0 comments Download
M net/quic/quic_connection.cc View 1 2 5 chunks +24 lines, -17 lines 0 comments Download
M net/quic/quic_connection_helper_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection_logger.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_connection_logger.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_connection_test.cc View 1 2 9 chunks +42 lines, -9 lines 0 comments Download
M net/quic/quic_framer.h View 5 chunks +13 lines, -7 lines 0 comments Download
M net/quic/quic_framer.cc View 1 2 7 chunks +15 lines, -9 lines 0 comments Download
M net/quic/quic_framer_test.cc View 68 chunks +95 lines, -74 lines 0 comments Download
M net/quic/quic_http_stream_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_packet_creator.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_packet_creator.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_packet_creator_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/quic/quic_packet_generator_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_protocol.h View 4 chunks +54 lines, -25 lines 0 comments Download
M net/quic/quic_protocol.cc View 2 chunks +59 lines, -7 lines 0 comments Download
M net/quic/quic_protocol_test.cc View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_stream_factory_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_framer_peer.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_framer_peer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/quic/test_tools/simple_quic_framer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 19 chunks +32 lines, -23 lines 0 comments Download
M net/tools/quic/quic_client.h View 2 chunks +7 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client.cc View 3 chunks +9 lines, -5 lines 0 comments Download
M net/tools/quic/quic_client_bin.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M net/tools/quic/quic_epoll_connection_helper_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.h View 5 chunks +19 lines, -5 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 6 chunks +21 lines, -8 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.h View 1 chunk +6 lines, -3 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.cc View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ramant (doing other things)
7 years, 5 months ago (2013-07-23 02:24:08 UTC) #1
ramant (doing other things)
https://codereview.chromium.org/19858003/diff/18001/net/quic/quic_protocol_test.cc File net/quic/quic_protocol_test.cc (right): https://codereview.chromium.org/19858003/diff/18001/net/quic/quic_protocol_test.cc#newcode74 net/quic/quic_protocol_test.cc:74: #if 0 Hi rch, chromium doesn't have ScopedMockLog. Should ...
7 years, 5 months ago (2013-07-23 03:01:30 UTC) #2
Ryan Hamilton
https://codereview.chromium.org/19858003/diff/18001/net/quic/quic_connection_test.cc File net/quic/quic_connection_test.cc (right): https://codereview.chromium.org/19858003/diff/18001/net/quic/quic_connection_test.cc#newcode2266 net/quic/quic_connection_test.cc:2266: //// The QUIC_VERSION_X versions are deliberately set, rather than ...
7 years, 5 months ago (2013-07-23 03:40:18 UTC) #3
ramant (doing other things)
PTAL. thanks. https://codereview.chromium.org/19858003/diff/18001/net/quic/quic_connection_test.cc File net/quic/quic_connection_test.cc (right): https://codereview.chromium.org/19858003/diff/18001/net/quic/quic_connection_test.cc#newcode2266 net/quic/quic_connection_test.cc:2266: //// The QUIC_VERSION_X versions are deliberately set, ...
7 years, 5 months ago (2013-07-23 05:05:21 UTC) #4
Ryan Hamilton
7 years, 5 months ago (2013-07-23 05:12:23 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698