aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_multi_peer2.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-11-30 14:02:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-11-30 14:02:25 +0000
commite14f682ca1de9f26c90420dd33ffad215bfef45c (patch)
treed50cc2c185108ff448667cae87a923ed0e26b23a /src/transport/test_transport_api_multi_peer2.conf
parent28824d44aba065b4a0afe6c9ee8526d7d8082611 (diff)
downloadgnunet-e14f682ca1de9f26c90420dd33ffad215bfef45c.tar.gz
gnunet-e14f682ca1de9f26c90420dd33ffad215bfef45c.zip
added multi plugin transport api testcase
Diffstat (limited to 'src/transport/test_transport_api_multi_peer2.conf')
-rw-r--r--src/transport/test_transport_api_multi_peer2.conf134
1 files changed, 134 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_multi_peer2.conf b/src/transport/test_transport_api_multi_peer2.conf
new file mode 100644
index 000000000..d00f0a0be
--- /dev/null
+++ b/src/transport/test_transport_api_multi_peer2.conf
@@ -0,0 +1,134 @@
1[transport-tcp]
2DISABLEV6 = YES
3PORT = 0
4BINDTO = 127.0.0.1
5BEHIND_NAT = NO
6ALLOW_NAT = NO
7ENABLE_UPNP = NO
8EXTERNAL_ADDRESS = 127.0.0.1
9INTERNAL_ADDRESS = 127.0.0.1
10
11[transport-udp]
12PORT = 40001
13
14[transport-http]
15PORT = 40002
16DEBUG = NO
17USE_IPv6 = YES
18USE_IPv4 = YES
19#BINDTO4 = 127.0.0.1
20#BINDTO6 = ::1
21
22[transport-https]
23PORT = 40003
24DEBUG = NO
25USE_IPv6 = YES
26USE_IPv4 = YES
27#BINDTO4 = 127.0.0.1
28#BINDTO6 = ::1
29
30
31[core]
32AUTOSTART = NO
33
34[fs]
35AUTOSTART = NO
36
37[datastore]
38AUTOSTART = NO
39
40[hostlist]
41HTTP-PROXY =
42SERVERS = http://gnunet.org:8080/
43OPTIONS = -b
44BINARY = gnunet-daemon-hostlist
45CONFIG = $DEFAULTCONFIG
46HOME = $SERVICEHOME
47HOSTNAME = localhost
48HTTPPORT = 8080
49
50[topology]
51BINARY = gnunet-daemon-topology
52CONFIG = $DEFAULTCONFIG
53FRIENDS = $SERVICEHOME/friends
54TARGET-CONNECTION-COUNT = 16
55AUTOCONNECT = YES
56FRIENDS-ONLY = NO
57MINIMUM-FRIENDS = 0
58
59[transport]
60PLUGINS = tcp udp http https
61#DEBUG = YES
62ACCEPT_FROM6 = ::1;
63ACCEPT_FROM = 127.0.0.1;
64NEIGHBOUR_LIMIT = 50
65#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
66BINARY = gnunet-service-transport
67CONFIG = $DEFAULTCONFIG
68HOME = $SERVICEHOME
69HOSTNAME = localhost
70PORT = 22365
71UNIXPATH = /tmp/gnunet-p2-service-transport.sock
72#PREFIX = valgrind --tool=callgrind
73#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
74#PREFIX = valgrind --leak-check=full
75
76[peerinfo]
77TRUST = $SERVICEHOME/data/credit/
78HOSTS = $SERVICEHOME/data/hosts/
79ACCEPT_FROM6 = ::1;
80ACCEPT_FROM = 127.0.0.1;
81BINARY = gnunet-service-peerinfo
82CONFIG = $DEFAULTCONFIG
83HOME = $SERVICEHOME
84HOSTNAME = localhost
85PORT = 22369
86UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
87
88[resolver]
89ACCEPT_FROM6 = ::1;
90ACCEPT_FROM = 127.0.0.1;
91BINARY = gnunet-service-resolver
92CONFIG = $DEFAULTCONFIG
93HOME = $SERVICEHOME
94HOSTNAME = localhost
95PORT = 22364
96UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
97
98[statistics]
99AUTOSTART = YES
100ACCEPT_FROM6 = ::1;
101ACCEPT_FROM = 127.0.0.1;
102BINARY = gnunet-service-statistics
103CONFIG = $DEFAULTCONFIG
104HOME = $SERVICEHOME
105HOSTNAME = localhost
106PORT = 22367
107UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
108
109[arm]
110DEFAULTSERVICES = transport
111ACCEPT_FROM6 = ::1;
112ACCEPT_FROM = 127.0.0.1;
113BINARY = gnunet-service-arm
114CONFIG = $DEFAULTCONFIG
115HOME = $SERVICEHOME
116HOSTNAME = localhost
117PORT = 22366
118UNIXPATH = /tmp/gnunet-p2-service-arm.sock
119
120[TESTING]
121WEAKRANDOM = YES
122
123[gnunetd]
124HOSTKEY = $SERVICEHOME/.hostkey
125
126[PATHS]
127DEFAULTCONFIG = test_transport_api_multi_peer2.conf
128SERVICEHOME = /tmp/test-gnunetd-transport-multi-peer-2/
129
130
131[dht]
132AUTOSTART = NO
133
134