[][src]Constant nc::types::SPLICE_F_NONBLOCK

pub const SPLICE_F_NONBLOCK: u32 = 0x02;

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