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

Issue 2684353004: Reduce the BWE with 50% when feedback is received too late. (Closed)

Created:
3 years, 10 months ago by stefan-webrtc
Modified:
3 years, 10 months ago
Reviewers:
terelius, nisse-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reduce the BWE with 50% when feedback is received too late. Lateness is determined by the length of the send-side history, currently set to 60 seconds. BUG=webrtc:5079 Review-Url: https://codereview.webrtc.org/2684353004 Cr-Commit-Position: refs/heads/master@{#16588} Committed: https://chromium.googlesource.com/external/webrtc/+/e3a55672300af797cac012e65d260860156a3efb

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Total comments: 9

Patch Set 3 : Fixed comments. Also added a missing check for start bitrate in congestion_controller.cc. #

Patch Set 4 : cleanup. #

Total comments: 2

Patch Set 5 : add comment #

Patch Set 6 : Updated comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -77 lines) Patch
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 2 3 4 5 3 chunks +35 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 2 chunks +12 lines, -7 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc View 1 4 chunks +31 lines, -13 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h View 1 2 3 4 1 chunk +7 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc View 1 2 5 chunks +37 lines, -36 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc View 5 chunks +12 lines, -17 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
stefan-webrtc
terelius, nisse: ptal, this does what we talked about earlier today. https://codereview.webrtc.org/2684353004/diff/1/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): ...
3 years, 10 months ago (2017-02-10 14:15:11 UTC) #2
terelius
https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode285 webrtc/modules/congestion_controller/delay_based_bwe.cc:285: RTC_DCHECK(rate_control_.ValidEstimate()); Is this DCHECK really guaranteed to pass? There ...
3 years, 10 months ago (2017-02-10 15:21:12 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode285 webrtc/modules/congestion_controller/delay_based_bwe.cc:285: RTC_DCHECK(rate_control_.ValidEstimate()); On 2017/02/10 15:21:12, terelius wrote: > Is this ...
3 years, 10 months ago (2017-02-13 08:22:48 UTC) #8
nisse-webrtc
https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode285 webrtc/modules/congestion_controller/delay_based_bwe.cc:285: RTC_DCHECK(rate_control_.ValidEstimate()); On 2017/02/13 08:22:48, stefan-webrtc wrote: > On 2017/02/10 ...
3 years, 10 months ago (2017-02-13 09:55:35 UTC) #9
stefan-webrtc
https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode285 webrtc/modules/congestion_controller/delay_based_bwe.cc:285: RTC_DCHECK(rate_control_.ValidEstimate()); On 2017/02/13 09:55:34, nisse-webrtc wrote: > On 2017/02/13 ...
3 years, 10 months ago (2017-02-13 14:41:13 UTC) #10
terelius
lgtm https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode285 webrtc/modules/congestion_controller/delay_based_bwe.cc:285: RTC_DCHECK(rate_control_.ValidEstimate()); On 2017/02/13 08:22:48, stefan-webrtc wrote: > On ...
3 years, 10 months ago (2017-02-13 14:46:47 UTC) #11
nisse-webrtc
lgtm, with one more comment. https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode285 webrtc/modules/congestion_controller/delay_based_bwe.cc:285: RTC_DCHECK(rate_control_.ValidEstimate()); On 2017/02/13 14:41:13, ...
3 years, 10 months ago (2017-02-13 14:49:49 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2684353004/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode285 webrtc/modules/congestion_controller/delay_based_bwe.cc:285: RTC_DCHECK(rate_control_.ValidEstimate()); On 2017/02/13 14:49:49, nisse-webrtc wrote: > On 2017/02/13 ...
3 years, 10 months ago (2017-02-13 15:35:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2684353004/100001
3 years, 10 months ago (2017-02-13 15:36:10 UTC) #16
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 17:08:27 UTC) #19
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/e3a55672300af797cac012e65...

Powered by Google App Engine
This is Rietveld 408576698