]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitb15735ae7de59e0d9db43f23388d8ac47a6d2def
treef86dd37025d001fde08f454e16382e7c984ec9eb
parente5f02e0748de02eabfb8e0746af09eb676ec1dc0
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.
command.c
dccp_send.c
http_send.c
send.h
server.c
udp_send.c
vss.c