Function sendfile

Source
pub unsafe fn sendfile(
    out_fd: int,
    in_fd: int,
    offset: *mut off_t,
    count: size_t,
) -> Result<int>
Expand description

Copies data between one file descriptor and another.