romange / helio

A modern framework for backend development based on io_uring Linux interface
Apache License 2.0
435 stars 49 forks source link

chore: a clean-up of direct_fd code #302

Closed romange closed 1 month ago

romange commented 2 months ago

Fixing the registration code - the direct fd table is not resizable. Add a test reproducing the socket leakage when using direct fds. Opened https://github.com/axboe/liburing/issues/1192 to follow up.