]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
udp_send: Fix com_off.
authorAndre Noll <maan@systemlinux.org>
Thu, 8 Apr 2010 18:23:15 +0000 (20:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 8 Apr 2010 18:23:15 +0000 (20:23 +0200)
When the off command is executed, the udp sender sends an eof packet
to all configured targets. However, it then continues to send data.

Fix this by returning early in udp_send_fec() if the sender has been
switched off.


No differences found