1 comment:
File src/core/socket.c:
((flags & OSMO_SOCK_F_BIND) && (flags & OSMO_SOCK_F_CONNECT)) &&
!addrinfo_has_in6addr_any((const struct addrinfo **)res_loc, local_hosts_cnt) &&
(loc_has_v4addr != rem_has_v4addr || loc_has_v6addr != rem_has_v6addr)) {
general note about this (unrelated to the patch): It appeasr to ignore IPv4-mapped IPv6 addresses (h […]
i guess we need a new issue for this if it shouldn't be forgotten in this comment...
To view, visit change 31771. To unsubscribe, or for help writing mail filters, visit settings.