FYI you can use sendfile ish with uring, since splice(2) is implemented. Not as user friendly as sendfile, but should work fairly similarly.
On the Linux side sendfile is implemented via splice. So it is a more generic API that covers the sendfile case.
On the Linux side sendfile is implemented via splice. So it is a more generic API that covers the sendfile case.