Commit e5c94cad authored by Steve Anton's avatar Steve Anton Committed by Commit Bot

Remove use of PORTALLOCATOR_ENABLE_SHARED_UFRAG

This flag is a no-op in WebRTC.

Bug: None
Change-Id: I2342618483bdd9b0458962c3773b98e9d28380ab
Reviewed-on: https://chromium-review.googlesource.com/1011394Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550686}
parent 823719a7
...@@ -60,7 +60,6 @@ PortAllocator::PortAllocator( ...@@ -60,7 +60,6 @@ PortAllocator::PortAllocator(
// may end up removing mobile networks when no WiFi is available. We may want // may end up removing mobile networks when no WiFi is available. We may want
// to add this flag only if there is WiFi interface. // to add this flag only if there is WiFi interface.
int flags = cricket::PORTALLOCATOR_DISABLE_TCP | int flags = cricket::PORTALLOCATOR_DISABLE_TCP |
cricket::PORTALLOCATOR_ENABLE_SHARED_UFRAG |
cricket::PORTALLOCATOR_ENABLE_IPV6 | cricket::PORTALLOCATOR_ENABLE_IPV6 |
cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI; cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI;
......
...@@ -51,7 +51,6 @@ FakePortAllocator::FakePortAllocator( ...@@ -51,7 +51,6 @@ FakePortAllocator::FakePortAllocator(
: BasicPortAllocator(network_manager, socket_factory), : BasicPortAllocator(network_manager, socket_factory),
transport_context_(transport_context) { transport_context_(transport_context) {
set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | set_flags(cricket::PORTALLOCATOR_DISABLE_TCP |
cricket::PORTALLOCATOR_ENABLE_SHARED_UFRAG |
cricket::PORTALLOCATOR_ENABLE_IPV6 | cricket::PORTALLOCATOR_ENABLE_IPV6 |
cricket::PORTALLOCATOR_DISABLE_STUN | cricket::PORTALLOCATOR_DISABLE_STUN |
cricket::PORTALLOCATOR_DISABLE_RELAY); cricket::PORTALLOCATOR_DISABLE_RELAY);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment