NFDS
r = poll(fds, NFDS, -1);
for (i = 0; (i < NFDS) && (r > 0); i++) {
static struct pollfd fds[NFDS];