Module nix::sys::sendfile

source ·
Available on crate feature zerocopy only.
Expand description

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

Functions§

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