aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peergroup_data.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_peergroup_data.conf
parent4bd708f478f64fedb65aaf3a12e16d76b79554ac (diff)
downloadgnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.tar.gz
gnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.zip
towards simplified configs
Diffstat (limited to 'src/testing/test_testing_peergroup_data.conf')
-rw-r--r--src/testing/test_testing_peergroup_data.conf65
1 files changed, 7 insertions, 58 deletions
diff --git a/src/testing/test_testing_peergroup_data.conf b/src/testing/test_testing_peergroup_data.conf
index 3fc828e6c..0973cd3d1 100644
--- a/src/testing/test_testing_peergroup_data.conf
+++ b/src/testing/test_testing_peergroup_data.conf
@@ -1,40 +1,11 @@
1@INLINE@ test_testing_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_peergroup_data.conf 3DEFAULTCONFIG = test_testing_peergroup_data.conf
4 4
5[resolver] 5[TESTING]
6PORT = 2564 6CONNECT_ATTEMPTS = 2
7
8[transport]
9PORT = 2565
10PLUGINS = tcp
11#DEBUG = YES
12#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
13#PREFIX = valgrind --tool=memcheck --log-file=logs%p
14
15[arm]
16PORT = 2566
17DEFAULTSERVICES = core
18
19[statistics]
20PORT = 2567
21
22[transport-tcp]
23PORT = 2568
24
25[peerinfo]
26PORT = 2569
27
28[core]
29PORT = 2570
30
31[testing]
32WEAKRANDOM = YES
33HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
34#The following options are REQUIRED for peergroup convenience usage!
35MAX_OUTSTANDING_CONNECTIONS = 20 7MAX_OUTSTANDING_CONNECTIONS = 20
36MAX_CONCURRENT_SSH = 1 8MAX_CONCURRENT_SSH = 1
37CONNECT_ATTEMPTS = 2
38PEERGROUP_TIMEOUT = 300 9PEERGROUP_TIMEOUT = 300
39TOPOLOGY = CLIQUE 10TOPOLOGY = CLIQUE
40PERCENTAGE = 0.5 11PERCENTAGE = 0.5
@@ -46,31 +17,9 @@ BLACKLIST_TOPOLOGY = NONE
46BLACKLIST_TRANSPORTS = tcp udp 17BLACKLIST_TRANSPORTS = tcp udp
47USE_PROGRESSBARS = NO 18USE_PROGRESSBARS = NO
48 19
20[arm]
21DEFAULTSERVICES = core
49 22
50[fs] 23[mesh]
51AUTOSTART = NO 24AUTOSTART = YES
52
53[datastore]
54AUTOSTART = NO
55
56[dht]
57AUTOSTART = NO
58
59[nat]
60DISABLEV6 = YES
61ENABLE_UPNP = NO
62BEHIND_NAT = NO
63ALLOW_NAT = NO
64INTERNAL_ADDRESS = 127.0.0.1
65EXTERNAL_ADDRESS = 127.0.0.1
66USE_LOCALADDR = NO
67
68[dns]
69AUTOSTART = NO
70
71
72
73[nse]
74AUTOSTART = NO
75
76 25