TARGET_TIMEOUT
target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */
if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY)