aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_2dtorus.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-05 01:47:30 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-05 01:47:30 +0000
commit1a0cfe2842a5d86eb8675b5c4c608d912b362154 (patch)
tree1dcfa3e65a0ae4c369a1a37b6019aabeeff90d81 /src/mesh/test_mesh_2dtorus.conf
parent9457d1e70d656538747775475ba6cd5a8a84adf6 (diff)
downloadgnunet-1a0cfe2842a5d86eb8675b5c4c608d912b362154.tar.gz
gnunet-1a0cfe2842a5d86eb8675b5c4c608d912b362154.zip
Added an empty 2d torus test (connect and to nothing)
Diffstat (limited to 'src/mesh/test_mesh_2dtorus.conf')
-rw-r--r--src/mesh/test_mesh_2dtorus.conf85
1 files changed, 85 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf
new file mode 100644
index 000000000..05eb38faf
--- /dev/null
+++ b/src/mesh/test_mesh_2dtorus.conf
@@ -0,0 +1,85 @@
1[PATHS]
2SERVICEHOME = /tmp/test_mesh_small/
3DEFAULTCONFIG = test_mesh_small.conf
4
5[arm]
6PORT = 10010
7DEFAULTSERVICES = core dht mesh
8#DEBUG = YES
9
10[statistics]
11AUTOSTART = YES
12PORT = 10000
13
14[dht]
15DEBUG = NO
16AUTOSTART = YES
17ACCEPT_FROM6 = ::1;
18ACCEPT_FROM = 127.0.0.1;
19HOSTNAME = localhost
20PORT = 10001
21
22[nse]
23WORKBITS = 0
24
25[dns]
26AUTOSTART = NO
27PORT = 10011
28
29[transport]
30PORT = 10002
31AUTOSTART = YES
32
33[nat]
34DISABLEV6 = YES
35BINDTO = 127.0.0.1
36ENABLE_UPNP = NO
37BEHIND_NAT = NO
38ALLOW_NAT = NO
39INTERNAL_ADDRESS = 127.0.0.1
40EXTERNAL_ADDRESS = 127.0.0.1
41
42[core]
43TOTAL_QUOTA_IN = 999111999
44TOTAL_QUOTA_OUT = 999111999
45AUTOSTART = YES
46PORT = 10003
47
48[peerinfo]
49AUTOSTART = YES
50PORT = 10004
51
52[mesh]
53PORT = 10005
54DEBUG=YES
55ACCEPT_FROM = 127.0.0.1;
56HOSTNAME = localhost
57# PREFIX = valgrind --leak-check=full
58# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
59
60[testing]
61NUM_PEERS = 16
62WEAKRANDOM = YES
63TOPOLOGY = 2D_TORUS
64CONNECT_TOPOLOGY = 2D_TORUS
65#TOPOLOGY_FILE = small.dat
66CONNECT_TOPOLOGY = 2D_TORUS
67#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
68#CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
69#PERCENTAGE = 3
70#PROBABILITY = .1
71F2F = NO
72CONNECT_TIMEOUT = 60
73CONNECT_ATTEMPTS = 3
74DEBUG = YES
75HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
76MAX_CONCURRENT_SSH = 10
77USE_PROGRESSBARS = YES
78PEERGROUP_TIMEOUT = 2400
79TOPOLOGY_OUTPUT_FILE = mesh_topo_initial
80MAX_OUTSTANDING_CONNECTIONS = 75
81#SINGLE_PEERINFO_PER_HOST = YES
82#NUM_PEERINFO_PER_HOST = 10
83#SINGLE_STATISTICS_PER_HOST = YES
84#NUM_STATISTICS_PER_HOST = 10
85DELETE_FILES = YES