[][src]Function rusty_dns::send_dns_query_to

pub fn send_dns_query_to(
    dns_packet: &DnsPacket,
    destination: &String
) -> Result<DnsPacket, String>

Send a DNS packet to the given destination, returns the response