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

Issue 789103013: Land Recent QUIC Changes. (Closed)

Created:
5 years, 11 months ago by ramant (doing other things)
Modified:
5 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Land Recent QUIC Changes. Refactoring of some QUIC code for readability. Merge internal change: 83493327 https://codereview.chromium.org/848513002/ Squelch a variety of "GMOCK WARNING" messages in quic_session_test by using a StrictMock, and adding the necessary EXPECT_CALL()s. Merge internal change: 83469149 https://codereview.chromium.org/842223006/ Attach QuicAckNotifiers to the serialized packet, instead of individual stream frames. Protected behind FLAGS_quic_attach_ack_notifiers_to_packets. A call to QuicPacketGenerator::ConsumeData may result in multiple stream frames, in multiple packets, being created to hold the data. Previously the QuicAckNotifier was attached to each *frame*, but really it should be attached to the serialized *packet* as the notifier is interested in knowing when the *packet* gets ACKed. No behavior change intended. Added an end to end test demonstrating that the AckNotifier works in the face of 30% packet loss. Earlier rch and I were sceptical this refactor would work with retransmissions, but the QuicAckNotifierManager still recieves calls to UpdateSequenceNumber and does the right thing. Merge internal change: 83452063 https://codereview.chromium.org/819653006/ Removing deprecated flag FLAGS_allow_truncated_connection_ids_for_quic Merge internal change: 83439062 https://codereview.chromium.org/843213002/ R=rch@chromium.org Committed: https://crrev.com/6b1c5b19293367a7f00bf3b1a5507e51b1d73720 Cr-Commit-Position: refs/heads/master@{#311316}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -55 lines) Patch
M net/quic/quic_ack_notifier.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M net/quic/quic_ack_notifier_manager.cc View 2 chunks +40 lines, -20 lines 0 comments Download
M net/quic/quic_connection.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_flags.h View 2 chunks +1 line, -1 line 0 comments Download
M net/quic/quic_flags.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/quic/quic_packet_generator.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/quic/quic_packet_generator.cc View 2 chunks +14 lines, -1 line 0 comments Download
M net/quic/quic_protocol.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/quic/quic_unacked_packet_map.h View 1 chunk +16 lines, -0 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 1 chunk +30 lines, -6 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 6 chunks +69 lines, -10 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream.cc View 1 chunk +8 lines, -1 line 0 comments Download
M net/tools/quic/test_tools/quic_test_client.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
ramant (doing other things)
5 years, 11 months ago (2015-01-13 03:26:56 UTC) #1
ramant (doing other things)
Hi Ryan, This CL includes all the changes you have approved. This CL doesn't have ...
5 years, 11 months ago (2015-01-13 03:29:24 UTC) #2
Ryan Hamilton
lgtm
5 years, 11 months ago (2015-01-13 18:46:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/789103013/1
5 years, 11 months ago (2015-01-13 18:54:55 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 11 months ago (2015-01-13 20:09:03 UTC) #6
commit-bot: I haz the power
5 years, 11 months ago (2015-01-13 20:09:55 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/6b1c5b19293367a7f00bf3b1a5507e51b1d73720
Cr-Commit-Position: refs/heads/master@{#311316}

Powered by Google App Engine
This is Rietveld 408576698