Searched refs:MAX_PROBE_TIMEOUT (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c514 #define MAX_PROBE_TIMEOUT 3600 macro
519 for (i=ns->failed_times; i > 0 && timeout.tv_sec < MAX_PROBE_TIMEOUT; --i) {
527 if (timeout.tv_sec > MAX_PROBE_TIMEOUT) {
528 timeout.tv_sec = MAX_PROBE_TIMEOUT;

Completed in 103 milliseconds