aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_data_topology_internat.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
commitafb3ea4f771c7534dbee439c21a62fe0519ba832 (patch)
treee9b6f7e1862b8319d1d312b78152227af3ae087a /src/testing/test_testing_data_topology_internat.conf
parent4bd708f478f64fedb65aaf3a12e16d76b79554ac (diff)
downloadgnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.tar.gz
gnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.zip
towards simplified configs
Diffstat (limited to 'src/testing/test_testing_data_topology_internat.conf')
-rw-r--r--src/testing/test_testing_data_topology_internat.conf59
1 files changed, 8 insertions, 51 deletions
diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf
index 412399bf4..ee883cce7 100644
--- a/src/testing/test_testing_data_topology_internat.conf
+++ b/src/testing/test_testing_data_topology_internat.conf
@@ -1,59 +1,16 @@
1@INLINE@ test_testing_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_data_topology_clique.conf 3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 4
5[resolver] 5[TESTING]
6PORT = 2564
7
8[transport]
9PORT = 2565
10PLUGINS = tcp
11#PREFIX = xterm -e xterm -T transport -e gdb --args
12#PREFIX = valgrind --tool=memcheck --log-file=logs%p
13#DEBUG = YES
14
15[arm]
16PORT = 2566
17DEFAULTSERVICES =
18
19[statistics]
20PORT = 2567
21
22[transport-tcp]
23PORT = 2568
24
25[peerinfo]
26PORT = 2569
27
28[core]
29PORT = 2570
30#DEBUG = YES
31
32[testing]
33NUM_PEERS = 5
34WEAKRANDOM = YES
35TOPOLOGY = INTERNAT 6TOPOLOGY = INTERNAT
36F2F = YES
37HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
38
39[dht]
40AUTOSTART = NO
41
42[nat]
43DISABLEV6 = YES
44ENABLE_UPNP = NO
45BEHIND_NAT = NO
46ALLOW_NAT = NO
47INTERNAL_ADDRESS = 127.0.0.1
48EXTERNAL_ADDRESS = 127.0.0.1
49USE_LOCALADDR = NO
50
51[dns]
52AUTOSTART = NO
53
54 7
8[datastore]
9AUTOSTART = YES
55 10
56[nse] 11[fs]
57AUTOSTART = NO 12AUTOSTART = YES
58 13
14[mesh]
15AUTOSTART = YES
59 16