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

Issue 2378793003: Change the default relay port from GTURN to TURN. (Closed)

Created:
4 years, 2 months ago by honghaiz3
Modified:
4 years, 2 months ago
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Change the default relay port from GTURN to TURN. While most of our code is using TURN, this constructor is using GTURN as the default TURN port. And this constructor is only used by tests AFAIK. We should make the tests more consistent with what we are using in the code. Do not submit this because it would cause test failures and we should deprecate the usage of this constructor. BUG=None

Patch Set 1 #

Patch Set 2 : Add TODO to deprecate the constructor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M webrtc/p2p/client/basicportallocator.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (6 generated)
Taylor Brandstetter
lgtm. Also, as long as we're here, we may want to add a TODO to ...
4 years, 2 months ago (2016-09-28 23:41:28 UTC) #2
honghaiz3
On 2016/09/28 23:41:28, Taylor Brandstetter wrote: > lgtm. Also, as long as we're here, we ...
4 years, 2 months ago (2016-09-29 00:10:01 UTC) #3
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/2378793003/20001
4 years, 2 months ago (2016-09-29 00:10:16 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_arm on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_arm/builds/1587)
4 years, 2 months ago (2016-09-29 00:11:46 UTC) #8
honghaiz3
4 years, 2 months ago (2016-09-29 02:50:10 UTC) #9
It turns out that we cannot change the TURN type from GTURN to TURN directly
because TURN config requires setting the credentials while GTURN does not. 
We need to stop using this constructor in tests (and downstream apps), and
deprecate this constructor. 
Will drop this CL.

Powered by Google App Engine
This is Rietveld 408576698