]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp_send.c: Fix a header sending bug.
authorAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 11:20:22 +0000 (12:20 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 11:20:22 +0000 (12:20 +0100)
commit2204e02fa430b2506bb499389777973ea397148e
tree78d1c0ee69e7e9d5e832d2d589297695421013f8
parentacf43b073be84c91f3b1b43d53967c307566430c
dccp_send.c: Fix a header sending bug.

If the dccp sender is asked to send out an empty chunk, it
returns immediately without doing anything. However, we
might want to send the audio file header or the queued chunks
in this case. So always loop over all connected clients to see
if we can send something.

Moreover, if we are not listending on the dccp port, there can
not be any dccp clients, so the loop over all clients will be
an empty loop. Thus we may skip the initial check for an early
return completely.
dccp_send.c