Function deltachat::net::dns::lookup_host_and_update_cache

source ยท
async fn lookup_host_and_update_cache(
    context: &Context,
    hostname: &str,
    port: u16,
    now: i64,
) -> Result<Vec<SocketAddr>>
Expand description

Looks up the hostname and updates persistent DNS cache on success.