From: Andre Noll Date: Sun, 17 Oct 2010 09:45:57 +0000 (+0200) Subject: vss: Let the transport specify whether periodic headers are necessary. X-Git-Tag: v0.4.6~52^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=b15735ae7de59e0d9db43f23388d8ac47a6d2def;hp=b15735ae7de59e0d9db43f23388d8ac47a6d2def;p=paraslash.git vss: Let the transport specify whether periodic headers are necessary. 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. ---