remove send on connect
[oweals/gnunet.git] / src / transport / test_transport_api_rel_http_peer1.conf
1 [transport-http]
2 PORT = 12180
3 DEBUG = NO
4 USE_IPv4 = YES
5 USE_IPv6 = NO
6 BINDTO4 = 127.0.0.1
7 #BINDTO6 = ::1
8 USE_LOCALADDR = YES
9
10 [hostlist]
11 HTTP-PROXY = 
12 SERVERS = http://gnunet.org:8080/
13 OPTIONS = -b
14 BINARY = gnunet-daemon-hostlist
15 CONFIG = $DEFAULTCONFIG
16 HOME = $SERVICEHOME
17 HOSTNAME = localhost
18 HTTPPORT = 8080
19
20 [topology]
21 BINARY = gnunet-daemon-topology
22 CONFIG = $DEFAULTCONFIG
23 FRIENDS = $SERVICEHOME/friends
24 TARGET-CONNECTION-COUNT = 16
25 AUTOCONNECT = YES
26 FRIENDS-ONLY = NO
27 MINIMUM-FRIENDS = 0
28
29 [transport]
30 PLUGINS = http
31 #DEBUG = YES
32 ACCEPT_FROM6 = ::1;
33 ACCEPT_FROM = 127.0.0.1;
34 NEIGHBOUR_LIMIT = 50
35 BINARY = gnunet-service-transport
36 CONFIG = $DEFAULTCONFIG
37 HOME = $SERVICEHOME
38 HOSTNAME = localhost
39 PORT = 12181
40 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
41 #PREFIX = xterm -T transport2 -e gdb --command=cmd --args
42 #PREFIX = valgrind --leak-check=full
43 #PREFIX = valgrind --tool=callgrind --callgrind-out-file=http_rel_peer1.out
44 #PREFIX = strace -c -o strace_peer1.txt
45
46 [peerinfo]
47 TRUST = $SERVICEHOME/data/credit/
48 HOSTS = $SERVICEHOME/data/hosts/
49 ACCEPT_FROM6 = ::1;
50 ACCEPT_FROM = 127.0.0.1;
51 BINARY = gnunet-service-peerinfo
52 CONFIG = $DEFAULTCONFIG
53 HOME = $SERVICEHOME
54 HOSTNAME = localhost
55 PORT = 12182
56 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
57
58 [resolver]
59 ACCEPT_FROM6 = ::1;
60 ACCEPT_FROM = 127.0.0.1;
61 BINARY = gnunet-service-resolver
62 CONFIG = $DEFAULTCONFIG
63 HOME = $SERVICEHOME
64 HOSTNAME = localhost
65 PORT = 12183
66 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
67
68 [statistics]
69 ACCEPT_FROM6 = ::1;
70 ACCEPT_FROM = 127.0.0.1;
71 BINARY = gnunet-service-statistics
72 CONFIG = $DEFAULTCONFIG
73 HOME = $SERVICEHOME
74 HOSTNAME = localhost
75 PORT = 12184
76 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
77
78 [arm]
79 DEFAULTSERVICES = 
80 ACCEPT_FROM6 = ::1;
81 ACCEPT_FROM = 127.0.0.1;
82 BINARY = gnunet-service-arm
83 CONFIG = $DEFAULTCONFIG
84 HOME = $SERVICEHOME
85 HOSTNAME = localhost
86 PORT = 12185
87 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
88
89 [TESTING]
90 WEAKRANDOM = YES
91
92 [gnunetd]
93 HOSTKEY = $SERVICEHOME/.hostkey
94
95 [PATHS]
96 SERVICEHOME = /tmp/test-transport/api-http-p1/
97
98
99 [fs]
100 AUTOSTART = NO
101
102 [datastore]
103 AUTOSTART = NO
104
105 [core]
106 AUTOSTART = NO
107
108 [dht]
109 AUTOSTART = NO
110
111 [mesh]
112 AUTOSTART = NO
113
114
115 [dns]
116 AUTOSTART = NO
117
118
119
120 [nse]
121 AUTOSTART = NO
122
123