aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_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_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_nat_client.conf')
-rw-r--r--src/integration-tests/confs/c_nat_client.conf55
1 files changed, 28 insertions, 27 deletions
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf
index 942360c93..d4126a8b5 100644
--- a/src/integration-tests/confs/c_nat_client.conf
+++ b/src/integration-tests/confs/c_nat_client.conf
@@ -1,5 +1,32 @@
1@INLINE@ confs/test_defaults.conf 1@INLINE@ confs/test_defaults.conf
2 2
3[PATHS]
4GNUNET_TEST_HOME = /tmp/c_nat_client/
5
6[PEER]
7PRIVATE_KEY = hostkeys/c_nat_client
8
9
10[transport]
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
12PORT = 20065
13PLUGINS = tcp udp
14
15[transport-tcp]
16PORT = 0
17ADVERTISED_PORT = 20064
18
19[transport-udp]
20PORT = 0
21
22[hostlist]
23SERVERS = http://localhost:8080/
24
25[nat]
26BEHIND_NAT = YES
27DISABLEV6 = NO
28
29
3[arm] 30[arm]
4UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46 31UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46
5PORT = 20058 32PORT = 20058
@@ -28,20 +55,6 @@ PORT = 20054
28UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48 55UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48
29PORT = 20059 56PORT = 20059
30 57
31[transport]
32UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
33PORT = 20065
34
35[transport-tcp]
36PORT = 0
37ADVERTISED_PORT = 20064
38
39[transport-udp]
40PORT = 0
41
42[hostlist]
43SERVERS = http://localhost:8080/
44
45[dv] 58[dv]
46UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_nat_c-1 59UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_nat_c-1
47 60
@@ -49,18 +62,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_nat_c-1
49UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52 62UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52
50PORT = 20067 63PORT = 20067
51 64
52[PATHS]
53GNUNET_TEST_HOME = /tmp/c_nat_client
54
55[PEER]
56PRIVATE_KEY = hostkeys/c_nat_client
57
58[nse] 65[nse]
59UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54 66UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54
60PORT = 20069 67PORT = 20069 \ No newline at end of file
61
62[transport-http]
63PORT = 0
64
65[transport-https]
66PORT = 0