Module sendfile

Source
Available on crate feature zerocopy only.
Expand description

Send data from a file to a socket, bypassing userland.

Functionsยง

sendfile
Copy up to count bytes to out_fd from in_fd starting at offset.
sendfile64
Copy up to count bytes to out_fd from in_fd starting at offset.