Software /
code /
prosody
File
TODO @ 13347:5fe8a8e16b27
util.poll: Rename things to clarify poll(2) limits
With epoll(7), MAX_EVENTS controls how many events can be retrieved in one
epoll_wait call, while with poll(2) this MAX_WATCHED controls how many
sockets or other FDs can be watched at once.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 27 Nov 2023 08:19:52 +0100 |
parent | 9803:35ef6af41600 |