Reject network sockets with file descriptor values >= FD_SETSIZE
authorFabian Keil <fk@fabiankeil.de>
Fri, 1 Mar 2013 17:38:34 +0000 (17:38 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 1 Mar 2013 17:38:34 +0000 (17:38 +0000)
commitb081249a57fcdcd2990db66e384d5a15dc2dc4cf
tree5214e42562283dea74b3849a9ff2ec6cf6bdf2f1
parentd0014f78905227f7ecab77f65d453fd24f4e9ecf
Reject network sockets with file descriptor values >= FD_SETSIZE

.. on platforms where they can't be select()ed. The assumption
that they are only usable for mingw32 builds on Windows might be
wrong.
jbsockets.c
jcc.c