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

Issue 2000063003: Update the BWE when the network route changes. (Closed)

Created:
4 years, 7 months ago by honghaiz3
Modified:
4 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, zhuangzesen_agora.io, stefan-webrtc, tterriberry_mozilla.com, the sun, pbos-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update the BWE when the network route changes. BUG= Committed: https://crrev.com/2221e1cd1dd19ae16c87c14bbea92fa62d15154d Cr-Commit-Position: refs/heads/master@{#13021}

Patch Set 1 : #

Patch Set 2 : Add unittests #

Total comments: 8

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Total comments: 8

Patch Set 5 : Add TODO to re-create objects. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -15 lines) Patch
M webrtc/call/call.cc View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/include/bitrate_controller.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/include/mock/mock_bitrate_controller.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 3 4 3 chunks +39 lines, -12 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (11 generated)
honghaiz3
Hi, Can you take a first look at the CL while I am working on ...
4 years, 7 months ago (2016-05-23 23:49:44 UTC) #6
honghaiz3
Added unittests
4 years, 7 months ago (2016-05-24 19:03:35 UTC) #8
pthatcher1
lgtm
4 years, 7 months ago (2016-05-24 19:52:20 UTC) #9
honghaiz3
Stefan, Can you take a look at the CL?
4 years, 7 months ago (2016-05-26 18:32:18 UTC) #10
stefan-webrtc
How will this work if we initially connect via TURN, and later switch over to ...
4 years, 6 months ago (2016-05-27 21:46:16 UTC) #11
pthatcher1
On 2016/05/27 21:46:16, stefan-webrtc (holmer) wrote: > How will this work if we initially connect ...
4 years, 6 months ago (2016-05-27 22:25:16 UTC) #12
honghaiz3
PTAL. Thanks! https://codereview.webrtc.org/2000063003/diff/120001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2000063003/diff/120001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode215 webrtc/modules/congestion_controller/congestion_controller.cc:215: void CongestionController::FixBitrates(int* bitrate_bps, On 2016/05/27 21:46:15, stefan-webrtc ...
4 years, 6 months ago (2016-05-27 23:20:44 UTC) #13
stefan-webrtc
https://codereview.webrtc.org/2000063003/diff/120001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2000063003/diff/120001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode246 webrtc/modules/congestion_controller/congestion_controller.cc:246: void CongestionController::ResetBweBitrates(int bitrate_bps, On 2016/05/27 23:20:44, honghaiz3 wrote: > ...
4 years, 6 months ago (2016-05-30 06:47:04 UTC) #14
honghaiz3
PTAL. https://codereview.webrtc.org/2000063003/diff/140001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2000063003/diff/140001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode215 webrtc/modules/congestion_controller/congestion_controller.cc:215: void CongestionController::ClampBitrates(int* bitrate_bps, On 2016/05/30 06:47:03, stefan-webrtc (holmer) ...
4 years, 6 months ago (2016-05-31 16:58:04 UTC) #15
stefan-webrtc
https://codereview.webrtc.org/2000063003/diff/140001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2000063003/diff/140001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode246 webrtc/modules/congestion_controller/congestion_controller.cc:246: void CongestionController::ResetBweBitrates(int bitrate_bps, On 2016/05/31 16:58:03, honghaiz3 wrote: > ...
4 years, 6 months ago (2016-05-31 17:27:49 UTC) #16
honghaiz3
https://codereview.webrtc.org/2000063003/diff/160001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2000063003/diff/160001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode251 webrtc/modules/congestion_controller/congestion_controller.cc:251: bitrate_controller_->ResetBitrates(bitrate_bps, min_bitrate_bps, On 2016/05/31 17:27:49, stefan-webrtc (holmer) wrote: > ...
4 years, 6 months ago (2016-06-01 02:17:35 UTC) #17
stefan-webrtc
https://codereview.webrtc.org/2000063003/diff/160001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2000063003/diff/160001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode251 webrtc/modules/congestion_controller/congestion_controller.cc:251: bitrate_controller_->ResetBitrates(bitrate_bps, min_bitrate_bps, On 2016/06/01 02:17:34, honghaiz3 wrote: > On ...
4 years, 6 months ago (2016-06-01 07:38:36 UTC) #18
honghaiz3
PTAL. https://codereview.webrtc.org/2000063003/diff/120001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2000063003/diff/120001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode246 webrtc/modules/congestion_controller/congestion_controller.cc:246: void CongestionController::ResetBweBitrates(int bitrate_bps, On 2016/05/30 06:47:03, stefan-webrtc (holmer) ...
4 years, 6 months ago (2016-06-01 16:54:10 UTC) #19
stefan-webrtc
lgtm
4 years, 6 months ago (2016-06-01 18:08:17 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000063003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000063003/180001
4 years, 6 months ago (2016-06-01 23:11:16 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 00:43:57 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000063003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000063003/180001
4 years, 6 months ago (2016-06-02 21:46:31 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:180001)
4 years, 6 months ago (2016-06-02 21:48:12 UTC) #28
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/2221e1cd1dd19ae16c87c14bbea92fa62d15154d Cr-Commit-Position: refs/heads/master@{#13021}
4 years, 6 months ago (2016-06-02 21:48:17 UTC) #30
guidou
A revert of this CL (patchset #5 id:180001) has been created in https://codereview.webrtc.org/2030283002/ by guidou@webrtc.org. ...
4 years, 6 months ago (2016-06-03 06:24:36 UTC) #31
guidou
4 years, 6 months ago (2016-06-03 07:41:02 UTC) #32
Message was sent while issue was closed.
On 2016/06/03 06:24:36, guidou wrote:
> A revert of this CL (patchset #5 id:180001) has been created in
> https://codereview.webrtc.org/2030283002/ by mailto:guidou@webrtc.org.
> 
> The reason for reverting is: Speculative revert due to failure in Mac Tester
FYI
> bot. See
>
https://build.chromium.org/p/chromium.webrtc.fyi/builders/Mac%20Tester/builds...
> 
> Will reland if the revert doesn't fix the bot..

The revert worked. Please find out why it broke the bot before relanding.

Powered by Google App Engine
This is Rietveld 408576698