Remove usage of select syscall on Linux
Russell Greene
russell at shotover.com
Wed Aug 19 13:22:22 PDT 2026
We are auditing all our code and dependencies for usage of `select` as it
is not safe to use on applications with more than 1024 open fds, and ours
certainly meets that. (see man 2 select)
We've prepared a patch that keeps functionality as close as possible on
Linux, which requires using ppoll to keep the sub-millisecond timeout
accuracy.
If this is not an important feature to keep, I'm happy to prepare a simpler
patch that just uses poll.
Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20260819/5000bd1a/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: live555-poll-not-select-2026.08.14.patch
Type: text/x-patch
Size: 11029 bytes
Desc: not available
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20260819/5000bd1a/attachment.bin>
More information about the live-devel
mailing list