Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h539 win_nm_poll(struct pollfd *fds, int nfds, int timeout) in win_nm_poll() argument
543 if (nfds != 1 || fds == NULL || (h = win_get_netmap_handle(fds->fd)) == NULL) {; in win_nm_poll()
544 return poll(fds, nfds, timeout); in win_nm_poll()
549 prd.events = fds->events; in win_nm_poll()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.orig.conf207 server.max-fds = 2048
H A Dlighttpd.conf215 server.max-fds = 500000
H A Dm-lighttpd.conf215 server.max-fds = 500000
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt137 server.max-fds = 2048
168 Increasing the ``server.max-fds`` limit will reduce the probability of this
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS106 …* Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2…
645 * added FD_CLOEXEC to fds which are kept open for a longer time
711 fds are opened