DELAY_SECS
if ((uint_t)(now - dinfo.timestamp) < DELAY_SECS)
(void) sleep(DELAY_SECS - (now - dinfo.timestamp));