Function nc::sendfile64[][src]

pub fn sendfile64(
    out_fd: i32,
    in_fd: i32,
    offset: loff_t,
    count: size_t
) -> Result<ssize_t, Errno>
Expand description

Transfer data between file descriptors.