add SPLICE_F_MORE to lttd splice
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 19 Aug 2009 01:14:01 +0000 (21:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 19 Aug 2009 01:14:01 +0000 (21:14 -0400)
    SPLICE_F_MORE      More  data  will  be  coming in a subsequent splice.
                       This is a helpful hint when the fd_out refers  to  a
                       socket  (see  also  the  description  of MSG_MORE in
                       send(2), and the description of TCP_CORK in tcp(7))

Will be a useful guideline for network sending daemons.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>

No differences found
This page took 0.023654 seconds and 4 git commands to generate.