Home
last modified time | relevance | path

Searched refs:portallocator_flags (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc612 int portallocator_flags = port_allocator_->flags(); in Initialize() local
613 portallocator_flags |= cricket::PORTALLOCATOR_ENABLE_SHARED_SOCKET | in Initialize()
620 portallocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6); in Initialize()
624 portallocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6); in Initialize()
628 portallocator_flags |= cricket::PORTALLOCATOR_DISABLE_TCP; in Initialize()
632 port_allocator_->set_flags(portallocator_flags); in Initialize()