completed code for binding to a specified port
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
1 [PATHS]
2 DEFAULTCONFIG = test_plugin_transport_data_http.conf
3 SERVICEHOME = /tmp/test_plugin_transport_http/
4
5 [TESTING]
6 WEAKRANDOM = YES
7
8 [transport-http]
9 PORT = 12389
10 DEBUG = NO
11 USE_IPv6 = YES
12 #USE_IPv6 = NO
13 #BINDTO4 = 127.0.0.1
14 #BINDTO6 = ::1
15
16
17 [transport]
18 PREFIX = valgrind --leak-check=full
19 DEBUG = YES
20
21 [statistics]
22 ACCEPT_FROM6 = ::1;
23 ACCEPT_FROM = 127.0.0.1;
24 BINARY = gnunet-service-statistics
25 CONFIG = $DEFAULTCONFIG
26 HOME = $SERVICEHOME
27 HOSTNAME = localhost
28 PORT = 12367
29
30 [arm]
31 DEFAULTSERVICES = topology hostlist
32 ACCEPT_FROM6 = ::1;
33 ACCEPT_FROM = 127.0.0.1;
34 BINARY = gnunet-service-arm
35 CONFIG = $DEFAULTCONFIG
36 HOME = $SERVICEHOME
37 HOSTNAME = localhost
38 PORT = 12366