K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2011-07-17T18:23:50.380786Z
K 7
svn:log
V 374
implement an upper limit to the number of file descriptors

select() only handles (FD_SETSIZE-1) file descriptors at most.
Otherwise, macros like FD_SET have an unexpected behaviour.

Force this upper limit right now (usually 1023).
In future versions of INN, hopefully libevent will deal with
a larger number of file descriptors.

Thanks to Steve Crook for the bug report.

END
