# This simply starts off the overlay with a random structure and lets
# lpbcast run for a while on it.

random.seed 1234569890

simulation.cycles 100

control.sh Shuffle

network.size 50000

protocol.0 lpbcast.SimpleLpbcast
#protocol.0.l 10
protocol.0.F 3
protocol.0.subs 20
protocol.0.unSubs 20
#protocol.0.unSubsTout 50

init.0 WireKOut
init.0.k 20
init.0.protocol 0


control.o0 peersim.reports.DegreeStats
control.o0.protocol 0

control.o1 peersim.reports.ConnectivityObserver
control.o1.protocol 0

