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).