mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
This prevents later file-descriptor shortage when opening files on demand, which can't be reflected to the application in a sane manner. The real fix is to open socket files not on libc level but on VFS level only effectively consume one libc file descriptor for one socket.