bbeaupain / nio_uring

High performance I/O library for Java using io_uring under the hood
MIT License
155 stars 11 forks source link

Fix errnos generated for buffer error conditions #5

Closed bbeaupain closed 2 years ago

bbeaupain commented 2 years ago

16 means "Device or resource busy" and that's lying in these situations:

https://github.com/bbeaupain/nio_uring/blob/main/src/main/c/liburing_provider.c#L152 https://github.com/bbeaupain/nio_uring/blob/main/src/main/c/liburing_provider.c#L183