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

Issue 11820005: Largest received -> largest observed. (Closed)

Created:
7 years, 11 months ago by Ryan Hamilton
Modified:
7 years, 11 months ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Largest received -> largest observed. This fixes a bug in our QUIC ack/nack logic where if we got a truncated ack with large contiguous blocks, we'd likely never resend-due-to-nacks because we used largest_received as an upper bound and it could be lower than all the missing packets. Merge internal change: 40678081 TBR=jar@chromium.org

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -123 lines) Patch
M net/quic/congestion_control/quic_send_scheduler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/quic_send_scheduler_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M net/quic/quic_connection_test.cc View 2 chunks +14 lines, -14 lines 0 comments Download
M net/quic/quic_framer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_framer.cc View 6 chunks +12 lines, -26 lines 0 comments Download
M net/quic/quic_framer_test.cc View 1 13 chunks +23 lines, -53 lines 0 comments Download
M net/quic/quic_protocol.h View 3 chunks +12 lines, -5 lines 0 comments Download
M net/quic/quic_protocol.cc View 4 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
commit-bot: I haz the power
No reviewers yet.
7 years, 11 months ago (2013-01-15 06:49:10 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11820005/1
7 years, 11 months ago (2013-01-15 06:57:52 UTC) #2
commit-bot: I haz the power
Failed to apply patch for net/quic/quic_framer_test.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 11 months ago (2013-01-15 06:57:59 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11820005/4001
7 years, 11 months ago (2013-01-15 16:44:00 UTC) #4
commit-bot: I haz the power
Commit queue had an internal error. Something went really wrong, probably a crash, a hickup ...
7 years, 11 months ago (2013-01-15 18:31:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11820005/4001
7 years, 11 months ago (2013-01-15 19:36:27 UTC) #6
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary files are still unsupported ...
7 years, 11 months ago (2013-01-15 19:37:33 UTC) #7
commit-bot: I haz the power
7 years, 11 months ago (2013-01-15 19:41:04 UTC) #8

Powered by Google App Engine
This is Rietveld 408576698