Module nix::sys::sendfile

source ·
Available on crate feature zerocopy only.
Expand description

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

Structs

Configuration options for sendfile.

Functions

Read up to count bytes from in_fd starting at offset and write to out_sock.