dns_check_entry() function
dns_check_entry() - see if entry has not yet been queried and, if so, sends out a query. Check an entry in the dns_table: - send out query for new entries - retry old pending entries on timeout (also with different servers) - remove completed entries from the table if their TTL has expired
Syntax
static void
dns_check_entry(u8_t idx);
Arguments
idx
index of the dns_table entry to check