Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDNS: fixed discovery of IPv6 addresses (fixes #320)
DNS-SD discovery of IPv6 addresses was not very reliable. IPv6 addresses often were missed in discovery results. The problem seems to be in Avahi. avahi_service_resolver_new() didn't report IPv6 reliably when aprotocol == AVAHI_PROTO_UNSPEC. So we have to start two separate resolvers: first for AVAHI_PROTO_INET and second for AVAHI_PROTO_INET6
- Loading branch information