sntp_try_next_server() function
If Kiss-of-Death is received (or another packet parsing error), try the next server or retry the current server and increase the retry timeout if only one server is available. (implicitly, SNTP_MAX_SERVERS > 1)
Syntax
static void
sntp_try_next_server(void *arg);
Arguments
arg
is unused (only necessary to conform to sys_timeout)