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

Issue 182063002: Add a time based loss detection algorithm to QUIC that loses packets (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 a time based loss detection algorithm to QUIC that loses packets after 1.25RTTs and at least one nack. Merge internal change: 61975778 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -144 lines) Patch
M net/net.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M net/quic/congestion_control/loss_detection_interface.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm_test.cc View 1 chunk +1 line, -1 line 0 comments Download
A + net/quic/congestion_control/time_loss_algorithm.h View 2 chunks +22 lines, -12 lines 0 comments Download
A + net/quic/congestion_control/time_loss_algorithm.cc View 1 chunk +32 lines, -23 lines 0 comments Download
A + net/quic/congestion_control/time_loss_algorithm_test.cc View 3 chunks +66 lines, -77 lines 0 comments Download
M net/quic/quic_connection_stats.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_connection_stats.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_connection_test.cc View 20 chunks +20 lines, -20 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 3 chunks +7 lines, -4 lines 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/test_tools/quic_test_utils.h View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 10 months ago (2014-02-26 20:05:13 UTC) #1
Ryan Hamilton
6 years, 10 months ago (2014-02-26 22:19:21 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698