aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-29 21:42:52 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-29 21:42:52 +0000
commitbf698bec316cc81861df372d40d81ee32cdfec4a (patch)
tree877b9132c8d34362063ccf6f66805213d68dcfcc /src/mesh/test_mesh_small.conf
parentbd62a37da1a7d0936e189c885b6c58866a169663 (diff)
downloadgnunet-bf698bec316cc81861df372d40d81ee32cdfec4a.tar.gz
gnunet-bf698bec316cc81861df372d40d81ee32cdfec4a.zip
WiP
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r--src/mesh/test_mesh_small.conf16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index 2a834f6bd..84e281bd1 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -12,7 +12,11 @@ AUTOSTART = YES
12PORT = 10000 12PORT = 10000
13 13
14[dht] 14[dht]
15AUTOSTART = NO 15DEBUG = NO
16AUTOSTART = YES
17ACCEPT_FROM6 = ::1;
18ACCEPT_FROM = 127.0.0.1;
19HOSTNAME = localhost
16PORT = 10001 20PORT = 10001
17 21
18[dns] 22[dns]
@@ -42,12 +46,14 @@ PORT = 10004
42 46
43[mesh] 47[mesh]
44PORT = 10005 48PORT = 10005
49DEBUG=YES
45 50
46[testing] 51[testing]
47NUM_PEERS = 16 52NUM_PEERS = 16
48WEAKRANDOM = YES 53WEAKRANDOM = YES
49TOPOLOGY = NONE 54TOPOLOGY = CLIQUE
50CONNECT_TOPOLOGY = RING 55CONNECT_TOPOLOGY = NONE
56TOPOLOGY_FILE = small.dat
51#CONNECT_TOPOLOGY = ERDOS_RENYI 57#CONNECT_TOPOLOGY = ERDOS_RENYI
52#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM 58#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
53#CONNECT_TOPOLOGY_OPTION_MODIFIER = 25 59#CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
@@ -70,6 +76,6 @@ MAX_OUTSTANDING_CONNECTIONS = 75
70DELETE_FILES = YES 76DELETE_FILES = YES
71 77
72[test_mesh_small] 78[test_mesh_small]
73WAIT_TIME = 2 79WAIT_TIME = 60
74CONNECTION_LIMIT = 10 80CONNECTION_LIMIT = 10
75DATA_OUTPUT_FILE=data_output \ No newline at end of file 81DATA_OUTPUT_FILE=data_output