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

Issue 2041593002: Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (Closed)

Created:
4 years, 6 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

Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ )" This reverts commit 72d41aa6da94dacb8a8464d1abd4ca7d1afffc65. New change made: Do not reset the BWE when the new network route is not ready to send media. BUG= R=pthatcher@webrtc.org, stefan@webrtc.org Committed: https://crrev.com/5b5d2cdad7018993272525a723ef34f7da5c45f2 Cr-Commit-Position: refs/heads/master@{#13280}

Patch Set 1 #

Patch Set 2 : Mark a route as disconnect if it is not ready to send media #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : Re-arranged the method location. #

Patch Set 5 : Merge branch 'master' into reland_update_bwe #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -19 lines) Patch
M webrtc/base/networkroute.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/call/call.cc View 1 2 3 4 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 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 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
M webrtc/p2p/base/candidatepairinterface.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/p2p/base/faketransportcontroller.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/p2p/base/port.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/channel.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/pc/channel_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (13 generated)
honghaiz3
PTAL.
4 years, 6 months ago (2016-06-08 18:06:58 UTC) #5
pthatcher1
LGTM. Mostly naming things I'd like to see different. https://codereview.webrtc.org/2041593002/diff/60001/webrtc/base/networkroute.h File webrtc/base/networkroute.h (right): https://codereview.webrtc.org/2041593002/diff/60001/webrtc/base/networkroute.h#newcode33 webrtc/base/networkroute.h:33: ...
4 years, 6 months ago (2016-06-08 18:26:40 UTC) #6
honghaiz3
https://codereview.webrtc.org/2041593002/diff/60001/webrtc/base/networkroute.h File webrtc/base/networkroute.h (right): https://codereview.webrtc.org/2041593002/diff/60001/webrtc/base/networkroute.h#newcode33 webrtc/base/networkroute.h:33: NetworkRoute(bool is_connected, On 2016/06/08 18:26:39, pthatcher1 wrote: > Why ...
4 years, 6 months ago (2016-06-08 18:36:42 UTC) #7
pthatcher1
https://codereview.webrtc.org/2041593002/diff/60001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2041593002/diff/60001/webrtc/p2p/base/port.h#newcode487 webrtc/p2p/base/port.h:487: virtual bool ReadyToSendMedia() const { On 2016/06/08 18:36:42, honghaiz3 ...
4 years, 6 months ago (2016-06-08 18:46:58 UTC) #8
honghaiz3
On 2016/06/08 18:46:58, pthatcher1 wrote: > https://codereview.webrtc.org/2041593002/diff/60001/webrtc/p2p/base/port.h > File webrtc/p2p/base/port.h (right): > > https://codereview.webrtc.org/2041593002/diff/60001/webrtc/p2p/base/port.h#newcode487 > ...
4 years, 6 months ago (2016-06-08 19:57:37 UTC) #9
honghaiz3
Stefan, can you take another look at the CL? https://codereview.webrtc.org/2041593002/diff/60001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2041593002/diff/60001/webrtc/p2p/base/port.h#newcode487 webrtc/p2p/base/port.h:487: ...
4 years, 6 months ago (2016-06-09 16:37:34 UTC) #10
stefan-webrtc
lgtm for call/ and modules/ which hasn't changed since my previous review.
4 years, 6 months ago (2016-06-09 17:08:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041593002/100001
4 years, 6 months ago (2016-06-09 17:20:08 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041593002/100001
4 years, 6 months ago (2016-06-09 17:20:59 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/14059)
4 years, 6 months ago (2016-06-09 17:27:03 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041593002/100001
4 years, 6 months ago (2016-06-10 00:09:28 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/8575)
4 years, 6 months ago (2016-06-10 00:19:59 UTC) #23
honghaiz3
Committed patchset #5 (id:120001) manually as 5b5d2cdad7018993272525a723ef34f7da5c45f2 (presubmit successful).
4 years, 6 months ago (2016-06-24 17:01:07 UTC) #25
honghaiz3
4 years, 6 months ago (2016-06-24 17:05:57 UTC) #27
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:120001) has been created in
https://codereview.webrtc.org/2098703004/ by honghaiz@webrtc.org.

The reason for reverting is: ReadyToSendMedia did not consider the new
presumed_writable state. .

Powered by Google App Engine
This is Rietveld 408576698