document fdManager changes
This commit is contained in:
5
documentation/new-notes/PR-587
Normal file
5
documentation/new-notes/PR-587
Normal file
@@ -0,0 +1,5 @@
|
||||
### 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).
|
||||
Reference in New Issue
Block a user