removed unnecessary malloc
[oweals/gnunet.git] / src / set / test_set.conf
1 [set]
2 AUTOSTART = YES
3 PORT = 2106
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 BINARY = gnunet-service-set
7 #PREFIX = gdbserver :12345
8 #PREFIX = valgrind --leak-check=full
9 ACCEPT_FROM = 127.0.0.1;
10 ACCEPT_FROM6 = ::1;
11 UNIXPATH = /tmp/gnunet-service-set.sock
12 UNIX_MATCH_UID = YES
13 UNIX_MATCH_GID = YES
14 OPTIONS = -L INFO
15
16
17 [transport]
18 OPTIONS = -LERROR
19
20
21 [testbed]
22 OVERLAY_TOPOLOGY = CLIQUE
23