Function std::sys::unix::kernel_copy::sendfile_splice
source · fn sendfile_splice(
mode: SpliceMode,
reader: RawFd,
writer: RawFd,
len: u64
) -> CopyResult
Expand description
performs splice or sendfile between file descriptors Does not fall back to a generic copy loop.