logoalt Hacker News

Ne02ptzerotoday at 7:33 AM2 repliesview on HN

FYI you can use sendfile ish with uring, since splice(2) is implemented. Not as user friendly as sendfile, but should work fairly similarly.


Replies

luke5441today at 10:07 AM

On the Linux side sendfile is implemented via splice. So it is a more generic API that covers the sendfile case.

show 1 reply