When splicing to a socket, apply MSG_MORE semantics.
const SPLICE_MORE: SpliceFlags = SpliceFlags(SPLICE_F_MORE);
splice(2) and SPLICE_F_MORE therein
send(2) and MSG_MORE therein