multicast,psyc,social: remove DEBUG #defines from tests to keep `make check` working
[oweals/gnunet.git] / src / multicast / multicast.conf.in
1 [multicast]
2 AUTOSTART = @AUTOSTART@
3 BINARY = gnunet-service-multicast
4
5 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
6 UNIX_MATCH_UID = YES
7 UNIX_MATCH_GID = YES
8
9 @UNIXONLY@PORT = 2109
10 HOSTNAME = localhost
11 ACCEPT_FROM = 127.0.0.1;
12 ACCEPT_FROM6 = ::1;
13
14 # DISABLE_SOCKET_FORWARDING = NO
15 # USERNAME = 
16 # MAXBUF =
17 # TIMEOUT =
18 # DISABLEV6 =
19 # BINDTO =
20 # REJECT_FROM =
21 # REJECT_FROM6 =
22 # PREFIX =