Constant lrs::pipe::flags::SPLICE_MORE

When splicing to a socket, apply MSG_MORE semantics.

Syntax

const SPLICE_MORE: SpliceFlags = SpliceFlags(SPLICE_F_MORE);

See also