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

Issue 670533004: Fixes two div by zero bugs in QUIC's BBR pacing code that caused server (Closed)

Created:
6 years, 2 months ago by ramant (doing other things)
Modified:
6 years, 2 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@Simplify_QuicUnackedPacketMap_77986449
Project:
chromium
Visibility:
Public.

Description

Fixes two div by zero bugs in QUIC's BBR pacing code that caused server crashes. Fixes are in the internal source code. Merge internal change: 78017204 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -33 lines) Patch
M net/quic/congestion_control/rtt_stats.h View 2 chunks +5 lines, -5 lines 0 comments Download
M net/quic/congestion_control/rtt_stats.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M net/quic/congestion_control/rtt_stats_test.cc View 10 chunks +25 lines, -17 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M net/quic/quic_connection.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_server_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_server_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 2 months ago (2014-10-20 21:33:46 UTC) #1
Ryan Hamilton
6 years, 2 months ago (2014-10-20 22:20:40 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698