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

Issue 2083803002: Fix IPv6 support issue. (Closed)

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

Description

Fix an issue in IPv6 support. When creating connections on turn port, check whether the local and remote candidates have the same IP address family, instead of checking the address family of the local socket against the remote candidate. BUG=5871 R=deadbeef@webrtc.org, pthatcher@webrtc.org Committed: https://crrev.com/f4ae6dc76382309469049dab3b40465289dfa27a Cr-Commit-Position: refs/heads/master@{#13269}

Patch Set 1 : . #

Total comments: 34

Patch Set 2 : address comments #

Patch Set 3 : . #

Patch Set 4 : Merge branch 'master' into fix_ipv6_support #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -15 lines) Patch
M webrtc/p2p/base/turnport.cc View 1 2 3 3 chunks +12 lines, -12 lines 3 comments Download
M webrtc/p2p/base/turnport_unittest.cc View 1 2 3 4 chunks +33 lines, -3 lines 0 comments Download

Messages

Total messages: 39 (18 generated)
honghaiz3
PTAL.
4 years, 6 months ago (2016-06-21 00:34:52 UTC) #7
pthatcher1
https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc File webrtc/base/nethelpers.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc#newcode48 webrtc/base/nethelpers.cc:48: hints.ai_family = AF_UNSPEC; Can you make a separate CL ...
4 years, 6 months ago (2016-06-21 05:26:54 UTC) #10
andresp
On 2016/06/21 05:26:54, pthatcher1 wrote: > https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc > File webrtc/base/nethelpers.cc (right): > > https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc#newcode48 > ...
4 years, 6 months ago (2016-06-21 11:35:22 UTC) #11
andresp
https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc File webrtc/base/nethelpers.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc#newcode48 webrtc/base/nethelpers.cc:48: hints.ai_family = AF_UNSPEC; On 2016/06/21 05:26:54, pthatcher1 wrote: > ...
4 years, 6 months ago (2016-06-21 11:36:10 UTC) #12
Taylor Brandstetter
https://codereview.webrtc.org/2083803002/diff/100001/webrtc/p2p/base/turnport_unittest.cc File webrtc/p2p/base/turnport_unittest.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/p2p/base/turnport_unittest.cc#newcode987 webrtc/p2p/base/turnport_unittest.cc:987: // a connection is created. Specially if a turn ...
4 years, 6 months ago (2016-06-21 17:20:32 UTC) #13
honghaiz3
PTAL. https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc File webrtc/base/nethelpers.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc#newcode48 webrtc/base/nethelpers.cc:48: hints.ai_family = AF_UNSPEC; On 2016/06/21 11:36:10, andresp wrote: ...
4 years, 6 months ago (2016-06-21 18:36:06 UTC) #15
pthatcher1
https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc File webrtc/base/nethelpers.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc#newcode48 webrtc/base/nethelpers.cc:48: hints.ai_family = AF_UNSPEC; Would it make sense to use ...
4 years, 6 months ago (2016-06-21 18:50:18 UTC) #16
Taylor Brandstetter
https://codereview.webrtc.org/2083803002/diff/100001/webrtc/p2p/base/turnport_unittest.cc File webrtc/p2p/base/turnport_unittest.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/p2p/base/turnport_unittest.cc#newcode991 webrtc/p2p/base/turnport_unittest.cc:991: rtc::ScopedFakeClock clock; On 2016/06/21 18:36:06, honghaiz3 wrote: > On ...
4 years, 6 months ago (2016-06-21 19:26:49 UTC) #17
honghaiz3
PTAL. https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc File webrtc/base/nethelpers.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc#newcode48 webrtc/base/nethelpers.cc:48: hints.ai_family = AF_UNSPEC; On 2016/06/21 18:50:17, pthatcher1 wrote: ...
4 years, 6 months ago (2016-06-21 20:06:49 UTC) #18
pthatcher1
https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc File webrtc/base/nethelpers.cc (right): https://codereview.webrtc.org/2083803002/diff/100001/webrtc/base/nethelpers.cc#newcode48 webrtc/base/nethelpers.cc:48: hints.ai_family = AF_UNSPEC; On 2016/06/21 20:06:49, honghaiz3 wrote: > ...
4 years, 6 months ago (2016-06-21 20:55:08 UTC) #19
pthatcher1
lgtm (Assuming you address Taylor's comments in the unit test)
4 years, 6 months ago (2016-06-21 20:55:44 UTC) #20
Taylor Brandstetter
lgtm
4 years, 6 months ago (2016-06-22 16:43:38 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2083803002/160001
4 years, 6 months ago (2016-06-22 19:34:57 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/14381)
4 years, 6 months ago (2016-06-22 20:01:13 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2083803002/180001
4 years, 6 months ago (2016-06-23 03:34:46 UTC) #29
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/14368)
4 years, 6 months ago (2016-06-23 04:09:40 UTC) #31
honghaiz3
Committed patchset #4 (id:180001) manually as f4ae6dc76382309469049dab3b40465289dfa27a (presubmit successful).
4 years, 6 months ago (2016-06-23 05:35:12 UTC) #33
juberti
lgtm Nice catch https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport.cc#newcode452 webrtc/p2p/base/turnport.cc:452: // A TURN port will have ...
4 years, 6 months ago (2016-06-23 14:51:18 UTC) #36
Taylor Brandstetter
https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport.cc#newcode452 webrtc/p2p/base/turnport.cc:452: // A TURN port will have two candiates, STUN ...
4 years, 6 months ago (2016-06-23 17:09:53 UTC) #37
honghaiz3
https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport.cc#newcode452 webrtc/p2p/base/turnport.cc:452: // A TURN port will have two candiates, STUN ...
4 years, 6 months ago (2016-06-23 17:17:04 UTC) #38
honghaiz3
4 years, 6 months ago (2016-06-23 17:17:04 UTC) #39
Message was sent while issue was closed.
https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport.cc
File webrtc/p2p/base/turnport.cc (right):

https://codereview.webrtc.org/2083803002/diff/180001/webrtc/p2p/base/turnport...
webrtc/p2p/base/turnport.cc:452: // A TURN port will have two candiates, STUN
and TURN. STUN may not
On 2016/06/23 17:09:53, Taylor Brandstetter wrote:
> On 2016/06/23 14:51:18, juberti wrote:
> > Is this still the case? I was under the impression that the STUN candidate
is
> > ignored, so this comment is no longer accurate.
> 
> You may be right. I think even if using a TURN server as a STUN server, we
> create a separate UdpPort object that gathers the STUN candidate.

Agree. I think the TURN port is not collecting STUN candidates.
Need to fix this comment.

Powered by Google App Engine
This is Rietveld 408576698