C
#define NTP_FAST_QUERY_INTERVAL (14ull * TICK_SECOND)
Description
Defines how long to wait to retry an update after a failure. Updates may take up to 6 seconds to fail, so this 14 second delay is actually only an 8-second retry.
#define NTP_FAST_QUERY_INTERVAL (14ull * TICK_SECOND)
Defines how long to wait to retry an update after a failure. Updates may take up to 6 seconds to fail, so this 14 second delay is actually only an 8-second retry.