MAX_FAILS_T
tcnt >= MAX_FAILS_T ? "abort" : "try again");
if (tcnt >= MAX_FAILS_T)
if (++errs > MAX_FAILS_T)