Function async_dnssd::resolve_host_extended
source ยท pub fn resolve_host_extended(
host: &str,
port: u16,
data: ResolveHostData,
) -> ResolveHost
Expand description
Resolves hostname (with passed port) to stream of ScopedSocketAddr
.
Uses
DNSServiceQueryRecord
to query for A
and AAAA
records (in the IN
class).