Dynamically allocate fd_sets so we are not limited to FD_SETSIZE
authormillert <millert@openbsd.org>
Wed, 16 Jul 2008 10:33:44 +0000 (10:33 +0000)
committermillert <millert@openbsd.org>
Wed, 16 Jul 2008 10:33:44 +0000 (10:33 +0000)
commit3085ff08dd91335ab1ac10a681b3ec46255316cd
tree24889983b578b06e634d874a59220d9f7deb2c1c
parentd93808b7c138f367afc4d6a746c8d3ed76e5aaf2
Dynamically allocate fd_sets so we are not limited to FD_SETSIZE
connections.  With help from djm@.  OK djm@
usr.sbin/bind/lib/isc/unix/app.c
usr.sbin/bind/lib/isc/unix/socket.c
usr.sbin/bind/lib/isc/unix/socket_p.h