MAX_POLLFDS
if (n_pollfds < MAX_POLLFDS) {
static struct pollfd pollfds[MAX_POLLFDS]; /* array of polled fd */
struct pollfd pfds[MAX_POLLFDS]; /* array of polled fd */