# default values for linbo multicast server
# $Id: default 1084 2011-06-07 10:28:53Z tschmitt $

# where the linbo stuff is located
LINBODIR=/var/linbo

# path to the list of files to be multicasted
MULTICASTLIST=$LINBODIR/multicast.list

# start the multicast server?
# yes|no
START_MULTICAST=yes

# variables for udpcast
PORTBASE=9000
MINCLIENTS=15
MINSECONDS=30
MAXSECONDS=60
