document fdManager changes

This commit is contained in:
2025-02-06 17:45:20 +01:00
committed by Andrew Johnson
parent c9f80d82cc
commit 4750b7ee93

View 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).