Constant nc::types::SPLICE_F_NONBLOCK

source ·
pub const SPLICE_F_NONBLOCK: u32 = 0x02;
Expand description

don’t block on the pipe splicing (but we may still block on the fd we splice from/to, of course