Function nc::sendfile

source ยท
pub unsafe fn sendfile(
    out_fd: i32,
    in_fd: i32,
    offset: &mut off_t,
    count: size_t
) -> Result<ssize_t, Errno>
Expand description

Transfer data between two file descriptors.