aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_2dtorus.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 15:35:06 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 15:35:06 +0000
commite0033c1da56e1889775d7dccf92ea78ee52e4d5c (patch)
tree82a835de1f924de68dff5702d9e2b46b2f64ffdd /src/testing/test_testing_2dtorus.conf
parent5e29c9683d2c0dfff71d2ead9ebb98d74a844bd5 (diff)
downloadgnunet-e0033c1da56e1889775d7dccf92ea78ee52e4d5c.tar.gz
gnunet-e0033c1da56e1889775d7dccf92ea78ee52e4d5c.zip
-moving old testing code to legacy location
Diffstat (limited to 'src/testing/test_testing_2dtorus.conf')
-rw-r--r--src/testing/test_testing_2dtorus.conf81
1 files changed, 0 insertions, 81 deletions
diff --git a/src/testing/test_testing_2dtorus.conf b/src/testing/test_testing_2dtorus.conf
deleted file mode 100644
index 54bb7c5a7..000000000
--- a/src/testing/test_testing_2dtorus.conf
+++ /dev/null
@@ -1,81 +0,0 @@
1@INLINE@ test_testing_defaults.conf
2[PATHS]
3SERVICEHOME = /tmp/test_testing_2dtorus/
4DEFAULTCONFIG = test_testing_2dtorus.conf
5
6[arm]
7PORT = 10010
8DEFAULTSERVICES = core
9#DEBUG = YES
10
11[statistics]
12AUTOSTART = YES
13PORT = 10000
14
15[dht]
16DEBUG = NO
17AUTOSTART = YES
18ACCEPT_FROM6 = ::1;
19ACCEPT_FROM = 127.0.0.1;
20HOSTNAME = localhost
21PORT = 10001
22
23[nse]
24WORKBITS = 0
25
26[dns]
27AUTOSTART = NO
28PORT = 10011
29
30[transport]
31PORT = 10002
32AUTOSTART = YES
33PLUGINS = tcp
34
35[nat]
36DISABLEV6 = YES
37BINDTO = 127.0.0.1
38ENABLE_UPNP = NO
39BEHIND_NAT = NO
40ALLOW_NAT = NO
41INTERNAL_ADDRESS = 127.0.0.1
42EXTERNAL_ADDRESS = 127.0.0.1
43
44[ats]
45WAN_QUOTA_IN = 1 GB
46WAN_QUOTA_OUT = 1 GB
47
48[core]
49AUTOSTART = YES
50PORT = 10003
51
52[peerinfo]
53AUTOSTART = YES
54PORT = 10004
55
56[testing]
57NUM_PEERS = 16
58WEAKRANDOM = YES
59TOPOLOGY = 2D_TORUS
60CONNECT_TOPOLOGY = 2D_TORUS
61#TOPOLOGY_FILE = small.dat
62CONNECT_TOPOLOGY = 2D_TORUS
63#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
64#CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
65#PERCENTAGE = 3
66#PROBABILITY = .1
67F2F = NO
68CONNECT_TIMEOUT = 600 s
69CONNECT_ATTEMPTS = 2
70DEBUG = YES
71HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
72MAX_CONCURRENT_SSH = 10
73USE_PROGRESSBARS = YES
74PEERGROUP_TIMEOUT = 2400 s
75TOPOLOGY_OUTPUT_FILE = testing_topo_initial
76MAX_OUTSTANDING_CONNECTIONS = 75
77#SINGLE_PEERINFO_PER_HOST = YES
78#NUM_PEERINFO_PER_HOST = 10
79#SINGLE_STATISTICS_PER_HOST = YES
80#NUM_STATISTICS_PER_HOST = 10
81DELETE_FILES = YES