Do not compare scope for IPv6 address when scope is 0
This caused issues with thinking local host candidates were peer-reflexive candidates because the nice_address_equal would fail since the scope would be 6 (or some other value) but locally created NiceAddress from a stun response would have the scope set to 0. We ignore the scope when comparing ipv6 candidates when scope is 0 to avoid these kinds of issues. Thanks to ikonst_ for finding these issues
Showing
Please register or sign in to comment