]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
vss: Let the transport specify whether periodic headers are necessary.
authorAndre Noll <maan@systemlinux.org>
Sun, 17 Oct 2010 09:45:57 +0000 (11:45 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 27 Nov 2010 08:32:44 +0000 (09:32 +0100)
This adds the new flag need_periodic_header to struct fec_client_parms. It is
true for the UDP transport and false for the DCCP transport.

vss checks this flag in need_audio_header() and does not send the header
periodically if the flag is false.


No differences found