Home
last modified time | relevance | path

Searched refs:MAX_NETIO_FDS (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnetio.c21 #define MAX_NETIO_FDS 1024 macro
111 static struct pollfd fds[MAX_NETIO_FDS]; in netio_dispatch()
146 if (handler->fd != -1 && numfd < MAX_NETIO_FDS) { in netio_dispatch()