async fn lookup_host_with_timeout(
    hostname: &str,
    port: u16,
    timeout_val: Duration
) -> Result<Vec<SocketAddr>>