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

Issue 2014733002: Implements Kathleen Nichols' time-windowed min-max algorithm for QUIC. (Closed)

Created:
4 years, 7 months ago by Fan Yang
Modified:
4 years, 6 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, Jana
Base URL:
https://chromium.googlesource.com/chromium/src.git@122767942
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implements Kathleen Nichols' time-windowed min-max algorithm for QUIC. This CL creates a new data structure for QUIC that maintains a time-windowed min or max of a running series of samples. This data structure is expected to be used for min RTT and for max bandwidth estimates. The current Linux kernel version of this algorithm is here: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f672258391b42a5c7cc2732c9c063e56a85c8dbe Merge internal change: 122875237 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+470 lines, -0 lines) Patch
M net/net.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
A net/quic/congestion_control/windowed_filter.h View 1 chunk +146 lines, -0 lines 0 comments Download
A net/quic/congestion_control/windowed_filter_test.cc View 1 chunk +313 lines, -0 lines 0 comments Download
M net/quic/quic_time.h View 2 chunks +9 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 3 (1 generated)
Fan Yang
4 years, 7 months ago (2016-05-25 23:53:47 UTC) #2
Ryan Hamilton
4 years, 7 months ago (2016-05-26 00:33:09 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698