Files
epics-base/documentation/new-notes/PR-587.md
2025-06-18 11:12:43 -05:00

6 lines
219 B
Markdown

### fdManager file descriptor limit removed
In order to support file descriptors above 1023, fdManager now uses
`poll()` instead of `select()` on all architectures that support it
(Linux, MacOS, Windows, newer RTEMS).