summaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_no_nat_client.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:32:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:32:54 +0000
commit00b211d05bf9ba8a82d120237963c5e84e57afeb (patch)
tree0860a2f0fd4212f242235a08f7535ea7c55006a6 /src/integration-tests/confs/c_no_nat_client.conf
parent2098bde27ecaa44210d225db9cf45773785e4ba4 (diff)
downloadgnunet-00b211d05bf9ba8a82d120237963c5e84e57afeb.tar.gz
gnunet-00b211d05bf9ba8a82d120237963c5e84e57afeb.zip
restructuring configs + enabling additional plugins
Diffstat (limited to 'src/integration-tests/confs/c_no_nat_client.conf')
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf51
1 files changed, 22 insertions, 29 deletions
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index f26925265..731331ba3 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -6,8 +6,29 @@ GNUNET_TEST_HOME = /tmp/c_no_nat_client/
6[PEER] 6[PEER]
7PRIVATE_KEY = hostkeys/c_no_nat_client 7PRIVATE_KEY = hostkeys/c_no_nat_client
8 8
9
10[transport]
11PLUGINS = tcp udp http_client https_client
12UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22
13PORT = 20029
14
15[transport-tcp]
16PORT = 20028
17ADVERTISED_PORT = 20028
18
19[transport-udp]
20PORT = 20027
21BROADCAST_INTERVAL = 30 s
22
23[hostlist]
24SERVERS = http://localhost:8080/
25
26[nat]
27BEHIND_NAT = NO
28DISABLEV6 = NO
29
30
9[arm] 31[arm]
10DEFAULTSERVICES = topology hostlist dht nse mesh fs
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18 32UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18
12PORT = 20022 33PORT = 20022
13 34
@@ -53,10 +74,6 @@ PORT = 20018
53DATABASE = heap 74DATABASE = heap
54QUOTA = 50 MB 75QUOTA = 50 MB
55 76
56[nat]
57BEHIND_NAT = NO
58DISABLEV6 = NO
59
60[gnunet-nat-server] 77[gnunet-nat-server]
61PORT = 20020 78PORT = 20020
62 79
@@ -64,23 +81,6 @@ PORT = 20020
64UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-20 81UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-20
65PORT = 20023 82PORT = 20023
66 83
67[transport]
68PLUGINS = tcp udp
69UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22
70UNIX_MATCH_UID = NO
71PORT = 20029
72
73[transport-tcp]
74PORT = 20028
75ADVERTISED_PORT = 20028
76
77[transport-udp]
78PORT = 20027
79BROADCAST_INTERVAL = 30 s
80
81[hostlist]
82SERVERS = http://localhost:8080/
83
84[vpn] 84[vpn]
85BINARY = gnunet-service-vpn 85BINARY = gnunet-service-vpn
86UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-29 86UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-29
@@ -114,10 +114,3 @@ PORT = 20038
114[dv] 114[dv]
115UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-36 115UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-36
116PORT = 20039 116PORT = 20039
117
118[transport-http]
119PORT = 20026
120
121[transport-https]
122PORT = 20025
123