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

Issue 397513002: Fix a newly introduced bug in QUIC's PacingSender where burst_tokens_ (Closed)

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

Description

Fix a newly introduced bug in QUIC's PacingSender where burst_tokens_ would never be set back to 10 after the initialization, because OnCongestionEvent is never called with bytes_in_flight of 0. Merge internal change: 70371419 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -9 lines) Patch
M net/quic/congestion_control/pacing_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/pacing_sender.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/quic/congestion_control/pacing_sender_test.cc View 1 chunk +11 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 5 months ago (2014-07-15 02:38:48 UTC) #1
Ryan Hamilton
6 years, 5 months ago (2014-07-16 15:48:28 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698