diff --git a/documentation/new-notes/PR-587 b/documentation/new-notes/PR-587 new file mode 100644 index 000000000..e63f1b871 --- /dev/null +++ b/documentation/new-notes/PR-587 @@ -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).