]> git.tuebingen.mpg.de Git - paraslash.git/commit
udp_recv: Use buffer pool API.
authorAndre Noll <maan@systemlinux.org>
Sat, 9 Jan 2010 17:41:07 +0000 (18:41 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 9 Jan 2010 17:41:07 +0000 (18:41 +0100)
commitd17f43b13cffb458a9931e878086e3d2caa28d25
tree4245a2c0f1ca7379515c5b8984193e69ca32325f
parentff63e4b709e037fda044beae858f494e2868e7d7
udp_recv: Use buffer pool API.

Although fecdec, the filter receiving the output of the udp receiver,
does not strictly benefit from this change, using buffer pools in
receivers has the advantage that we don't need to guess the input
buffer size or call realloc() after the receive to shrink the buffer.
udp_recv.c