Mercurial > prosody-hg
view CONTRIBUTING @ 14182:a331cde41c85 13.0
util.poll: Reject fd == FD_SETSIZE
FD_SETSIZE is the maximum total number of FDs supports (well, the highest
valid fd number). 0 is a valid fd number, so it supports up to 1023 if
FD_SETSIZE is 1024.
This is just a fencepost issue, fds > FD_SETSIZE were already correctly
rejected.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 25 May 2026 16:06:19 +0100 |
| parents | ceaca48a7e6d |
| children |
line wrap: on
line source
Thanks for your interest in contributing to the project! There are many ways to contribute, such as helping improve the documentation, reporting bugs, spreading the word or testing the latest development version. You can find more information on how to contribute at <https://prosody.im/doc/contributing> See also the HACKERS and README files.
