Function fcntl_setpipe_size

Source
pub fn fcntl_setpipe_size<Fd: AsFd>(fd: Fd, size: usize) -> Result<usize>
Available on crate feature pipe only.
Expand description

fnctl(fd, F_SETPIPE_SZ)—Set the buffer capacity of a pipe.

§References