aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/test_multicast.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/test_multicast.conf')
-rw-r--r--src/multicast/test_multicast.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/multicast/test_multicast.conf b/src/multicast/test_multicast.conf
index 8e80650db..1b50e0893 100644
--- a/src/multicast/test_multicast.conf
+++ b/src/multicast/test_multicast.conf
@@ -1,15 +1,12 @@
1[testbed] 1[testbed]
2HOSTNAME = localhost 2HOSTNAME = localhost
3OVERLAY_TOPOLOGY = STAR
4 3
5[arm] 4[arm]
6GLOBAL_POSTFIX=-L ERROR 5GLOBAL_POSTFIX=-L ERROR
7 6
8[hostlist]
9SERVERS =
10
11[multicast] 7[multicast]
12#PREFIX = tmux split-window -v gdb -x ./cmd.gdb --args 8#PREFIX = tmux new-window gdb -x ./cmd.gdb --args
9#PREFIX = valgrind --leak-check=full
13UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock 10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
14 11
15[vpn] 12[vpn]
@@ -23,6 +20,10 @@ USE_INCLUDED_HELLOS = NO
23# (large-scale experiments); disables persistence of HELLOs! 20# (large-scale experiments); disables persistence of HELLOs!
24NO_IO = YES 21NO_IO = YES
25 22
23[hostlist]
24FORCESTART = NO
25AUTOSTART = NO
26
26[nat] 27[nat]
27ENABLE_UPNP = NO 28ENABLE_UPNP = NO
28 29