TOPEN_MAX
static struct tftp_handle *handles[TOPEN_MAX];
for (x = lx + 1, i = 0; i < TOPEN_MAX; i++, x++) {
x %= TOPEN_MAX;