mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Add more info about Windns address resolution
This commit is contained in:
@@ -339,7 +339,9 @@ void WINAPI DnsSdPlatformBrowser::Impl::resolve_callback(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Resolve v4/v6 addresses via getaddrinfo
|
// The v4Address/v6Address fields of DNS_SERVICE_INSTANCE don't seem to be populated
|
||||||
|
// reliably, but getaddrinfo seems to work consistently in my testing, so we'll just use
|
||||||
|
// that approach across all platforms.
|
||||||
resolve_addresses(service.host, service.address4, service.address6);
|
resolve_addresses(service.host, service.address4, service.address6);
|
||||||
|
|
||||||
if (impl->is_started) {
|
if (impl->is_started) {
|
||||||
|
|||||||
Reference in New Issue
Block a user