6 lines
219 B
Markdown
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).
|