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

Issue 2984853002: Revert of Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. (Closed)

Created:
3 years, 5 months ago by Taylor Brandstetter
Modified:
3 years, 5 months ago
Reviewers:
Zhi Huang, pthatcher1
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert of Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. (patchset #2 id:20001 of https://codereview.webrtc.org/2983213002/ ) Reason for revert: Breaks IpcNetworkManagerTest.TestMergeNetworkList, because it has built-in assumptions about network ordering that it shouldn't have. Will reland after fixing that test. Original issue's description: > Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. > > This CL moves the responsibility for restricting the number of IPv6 > interfaces used for ICE to BasicPortAllocator. This is the right place > to do it in the first place; it's where all the rest of the filtering > occurs. And NetworkManager shouldn't need to know about ICE limitations; > only the ICE classes should. > > Part of the reason I'm doing this is that I want to add a > "max_ipv6_networks" API to RTCConfiguration, so that applications can > override the default easily (see linked bug). But that means that > PeerConnection would need to be able to call "set_max_ipv6_networks" on > the underlying object that does the filtering, and that method isn't > available on the "NetworkManager" base class. So rather than adding > another method to a place it doesn't belong, I'm moving it to the place > it does belong. > > In the process, I noticed that "CompareNetworks" is inconsistent with > "SortNetworks"; the former orders interfaces alphabetically, and the > latter reverse-alphabetically. I believe this was unintentional, and > results in undesirable behavior (like "eth1" being preferred over > "eth0"), so I'm fixing it and adding a test. > > BUG=webrtc:7703 > > Review-Url: https://codereview.webrtc.org/2983213002 > Cr-Commit-Position: refs/heads/master@{#19112} > Committed: https://chromium.googlesource.com/external/webrtc/+/ad9561404c0cc007574eaedade581928aa3d24ef TBR=zhihuang@webrtc.org,pthatcher@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:7703 Review-Url: https://codereview.webrtc.org/2984853002 Cr-Commit-Position: refs/heads/master@{#19114} Committed: https://chromium.googlesource.com/external/webrtc/+/817c8af52ac12227fc4603f908443dcde33fb186

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -148 lines) Patch
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 5 chunks +20 lines, -15 lines 0 comments Download
M webrtc/p2p/base/portallocator.h View 4 chunks +8 lines, -26 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 2 chunks +1 line, -22 lines 0 comments Download
M webrtc/p2p/client/basicportallocator_unittest.cc View 2 chunks +0 lines, -54 lines 0 comments Download
M webrtc/rtc_base/network.h View 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/rtc_base/network.cc View 4 chunks +18 lines, -2 lines 0 comments Download
M webrtc/rtc_base/network_unittest.cc View 3 chunks +40 lines, -26 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
Taylor Brandstetter
Created Revert of Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting.
3 years, 5 months ago (2017-07-21 19:59:33 UTC) #2
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/2984853002/1
3 years, 5 months ago (2017-07-21 19:59:40 UTC) #3
commit-bot: I haz the power
3 years, 5 months ago (2017-07-21 19:59:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/external/webrtc/+/817c8af52ac12227fc4603f90...

Powered by Google App Engine
This is Rietveld 408576698