• Youness Alaoui's avatar
    Do not compare scope for IPv6 address when scope is 0 · 91a7b932
    Youness Alaoui authored
    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
    91a7b932
address.c 9.92 KB