Function rustix::pipe::fcntl_setpipe_size

source ·
pub fn fcntl_setpipe_size<Fd: AsFd>(fd: Fd, size: usize) -> Result<()>
Expand description

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

§References