Constant lrs::pipe::flags::PIPE_PACKETS

Create a "datagram" pipe.

Syntax

const PIPE_PACKETS: PipeFlags = PipeFlags(O_DIRECT);

Remarks

Kernel versions

The minimum required kernel version is 3.4. = See also open(2) and O_DIRECT therein