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

Issue 157403006: Add QUIC_VERSION_15 to add a revived_packets set to replace the (Closed)

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

Description

Add QUIC_VERSION_15 to add a revived_packets set to replace the deprecated accumulated_number_of_lost_packets field. FEC requires a way to communicate that the peer doesn't need a packet retransmitted, without indicating it's been received to the send algorithm. Merge internal change: 61159374 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+916 lines, -67 lines) Patch
M net/quic/quic_connection.cc View 3 chunks +21 lines, -4 lines 0 comments Download
M net/quic/quic_connection_test.cc View 2 chunks +12 lines, -1 line 0 comments Download
M net/quic/quic_framer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_framer.cc View 11 chunks +93 lines, -28 lines 0 comments Download
M net/quic/quic_framer_test.cc View 10 chunks +685 lines, -16 lines 0 comments Download
M net/quic/quic_packet_creator.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/quic/quic_protocol.h View 3 chunks +8 lines, -2 lines 0 comments Download
M net/quic/quic_protocol.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M net/quic/quic_received_packet_manager.h View 1 chunk +3 lines, -4 lines 0 comments Download
M net/quic/quic_received_packet_manager.cc View 3 chunks +12 lines, -7 lines 0 comments Download
M net/quic/quic_received_packet_manager_test.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 2 chunks +44 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 10 months ago (2014-02-08 02:14:30 UTC) #1
Ryan Hamilton
6 years, 10 months ago (2014-02-08 03:40:16 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698