Chromium Code Reviews| Index: talk/app/webrtc/peerconnection.cc |
| diff --git a/talk/app/webrtc/peerconnection.cc b/talk/app/webrtc/peerconnection.cc |
| index dba77da219df45c8c47709ceed5c7cc71a805d94..6932f82072b132f71a35718a35289963cf64f19e 100644 |
| --- a/talk/app/webrtc/peerconnection.cc |
| +++ b/talk/app/webrtc/peerconnection.cc |
| @@ -367,8 +367,7 @@ bool PeerConnection::Initialize( |
| // To handle both internal and externally created port allocator, we will |
| // enable BUNDLE here. |
| int portallocator_flags = port_allocator_->flags(); |
| - portallocator_flags |= cricket::PORTALLOCATOR_ENABLE_SHARED_UFRAG | |
| - cricket::PORTALLOCATOR_ENABLE_SHARED_SOCKET | |
| + portallocator_flags |= cricket::PORTALLOCATOR_ENABLE_SHARED_SOCKET | |
|
juberti1
2015/07/31 01:13:59
shared_socket should also be enabled forever
pthatcher1
2015/07/31 04:25:36
I'll look into it, but I'm guessing this CL is alr
|
| cricket::PORTALLOCATOR_ENABLE_IPV6; |
| bool value; |
| // If IPv6 flag was specified, we'll not override it by experiment. |