]> git.ipfire.org Git - people/ms/dnsmasq.git/commit
Use poll() instead of select() to remove limits on open file descriptors.
authorSimon Kelley <simon@thekelleys.org.uk>
Sun, 12 Jul 2015 20:09:11 +0000 (21:09 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Sun, 12 Jul 2015 20:09:11 +0000 (21:09 +0100)
commitb842bc97bb3bf1861f6fc01b01f5c673fc49cd35
tree924a98c5f6e71252fdd4fccc0c19a09ca2f53424
parent0f38fa05a65b50dd4ee8d755a908416326e84f22
Use poll() instead of select() to remove limits on open file descriptors.
Makefile
bld/Android.mk
src/dbus.c
src/dnsmasq.c
src/dnsmasq.h
src/forward.c
src/log.c
src/poll.c [new file with mode: 0644]
src/tftp.c
src/util.c