chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
31e2a93
)
Set resource limits on the server to prevent more than FD_SETSIZE
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 15 Feb 2009 11:39:46 +0000
(11:39 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 15 Feb 2009 11:39:46 +0000
(11:39 +0000)
files being opened. (It's not unusual for them to be set like this
anyway, but this change guarantees it.)
event.c also checks for FDs being in range.
No differences found