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