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)
commit4b6ff6ef7f2326bd4b43b7c683142b7c7f66330f
treeba7f2d8e82b047be5c64b90003bf74c950687622
parent5e1fd42a8d1bbbe1e1283e4c652994ff738dd6a7
add SPLICE_F_MORE to lttd splice

    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>
lttd/lttd.c
This page took 0.022575 seconds and 4 git commands to generate.