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

Issue 2232563002: Do not switch to a high-cost connection that is not receiving (Closed)

Created:
4 years, 4 months ago by honghaiz3
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Do not switch to a high-cost connection that is not receiving. This prevents connection switching due to remote-side network down. R=deadbeef@webrtc.org, pthatcher@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/fd16da290ce90cb0810890a8b7ffcee98cdb5c3c

Patch Set 1 : . #

Patch Set 2 : Fix comments #

Total comments: 4

Patch Set 3 : Merge with head #

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -5 lines) Patch
M webrtc/p2p/base/p2ptransportchannel.cc View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 3 4 chunks +61 lines, -4 lines 0 comments Download
M webrtc/p2p/base/port.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
honghaiz3
4 years, 4 months ago (2016-08-10 05:15:27 UTC) #5
pthatcher1
lgtm
4 years, 4 months ago (2016-08-10 17:25:50 UTC) #6
Taylor Brandstetter
lgtm, with a minor question https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc#newcode2193 webrtc/p2p/base/p2ptransportchannel_unittest.cc:2193: clock.AdvanceTime(rtc::TimeDelta::FromSeconds(100u)); Can you explain ...
4 years, 4 months ago (2016-08-11 22:54:40 UTC) #7
honghaiz3
https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc#newcode2193 webrtc/p2p/base/p2ptransportchannel_unittest.cc:2193: clock.AdvanceTime(rtc::TimeDelta::FromSeconds(100u)); On 2016/08/11 22:54:40, Taylor Brandstetter wrote: > Can ...
4 years, 4 months ago (2016-08-12 17:04:26 UTC) #8
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/2232563002/60001
4 years, 4 months ago (2016-08-12 19:29:21 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: ios64_sim_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_dbg/builds/9513)
4 years, 4 months ago (2016-08-12 19:36:46 UTC) #12
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/2232563002/80001
4 years, 4 months ago (2016-08-12 23:41:40 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_dbg/builds/9515)
4 years, 4 months ago (2016-08-12 23:45:31 UTC) #17
Taylor Brandstetter
https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc#newcode2193 webrtc/p2p/base/p2ptransportchannel_unittest.cc:2193: clock.AdvanceTime(rtc::TimeDelta::FromSeconds(100u)); On 2016/08/12 17:04:26, honghaiz3 wrote: > On 2016/08/11 ...
4 years, 4 months ago (2016-08-15 17:37:32 UTC) #18
honghaiz3
https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/2232563002/diff/60001/webrtc/p2p/base/p2ptransportchannel_unittest.cc#newcode2193 webrtc/p2p/base/p2ptransportchannel_unittest.cc:2193: clock.AdvanceTime(rtc::TimeDelta::FromSeconds(100u)); On 2016/08/15 17:37:32, Taylor Brandstetter wrote: > On ...
4 years, 4 months ago (2016-08-16 00:43:07 UTC) #20
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/2232563002/120001
4 years, 4 months ago (2016-08-17 20:36:24 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/10165)
4 years, 4 months ago (2016-08-17 22:49:37 UTC) #25
honghaiz3
Committed patchset #4 (id:120001) manually as fd16da290ce90cb0810890a8b7ffcee98cdb5c3c (presubmit successful).
4 years, 4 months ago (2016-08-17 23:13:03 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 23:13:03 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/fd16da290ce90cb0810890a8b7ffcee98cdb5c3c
Cr-Commit-Position: refs/heads/master@{#13807}

Powered by Google App Engine
This is Rietveld 408576698