aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_configs/testbed_supermuc.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2015-01-16 12:32:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2015-01-16 12:32:02 +0000
commitce19dd7762ac0628e489ce964fbe3d182fb45551 (patch)
treeea49b5537fb857929e9e6c50cc1fd48615265e47 /contrib/testbed_configs/testbed_supermuc.conf
parent4601b844cb667e8e6ac6dbaee77feddf64e0d8b7 (diff)
downloadgnunet-ce19dd7762ac0628e489ce964fbe3d182fb45551.tar.gz
gnunet-ce19dd7762ac0628e489ce964fbe3d182fb45551.zip
move sample testbed configs to a dir
Diffstat (limited to 'contrib/testbed_configs/testbed_supermuc.conf')
-rw-r--r--contrib/testbed_configs/testbed_supermuc.conf74
1 files changed, 74 insertions, 0 deletions
diff --git a/contrib/testbed_configs/testbed_supermuc.conf b/contrib/testbed_configs/testbed_supermuc.conf
new file mode 100644
index 000000000..02d64d62f
--- /dev/null
+++ b/contrib/testbed_configs/testbed_supermuc.conf
@@ -0,0 +1,74 @@
1[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
5HOSTNAME = localhost
6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
7MAX_PARALLEL_OPERATIONS = 500
8OVERLAY_TOPOLOGY = 2D_TORUS
9OVERLAY_RANDOM_LINKS = 4000
10OPERATION_TIMEOUT = 10 s
11# LOG_FILE = /tmp/testbed.log
12#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
13MAX_OPEN_FDS=512
14SETUP_TIMEOUT = 30 m
15
16[fs]
17AUTOSTART = NO
18
19[resolver]
20AUTOSTART = NO
21
22[cadet]
23AUTOSTART = NO
24PORT = 71
25
26[dht]
27AUTOSTART = NO
28PORT = 70
29DISABLE_TRY_CONNECT = YES
30
31[statistics]
32AUTOSTART = NO
33PORT = 72
34
35[dhtcache]
36QUOTA = 1 MB
37DATABASE = sqlite
38
39[transport]
40PLUGINS = udp
41DEBUG = NO
42ACCEPT_FROM6 = ::1;
43ACCEPT_FROM = 127.0.0.1;
44NEIGHBOUR_LIMIT = 10
45
46[core]
47PORT = 12092
48AUTOSTART = YES
49USE_EPHEMERAL_KEYS = NO
50
51[arm]
52DEFAULTSERVICES = transport core ats
53#PORT = 12366
54DEBUG = NO
55#PREFIX = strace -r -T -o /${WORK}/trace/${PEERID}.strace
56
57[transport-udp]
58TIMEOUT = 300 s
59PORT = 12368
60BROADCAST = NO
61
62[PATHS]
63SERVICEHOME = /tmp/test-testbed/
64
65[nat]
66BEHIND_NAT = NO
67RETURN_LOCAL_ADDRESSES = NO
68
69[peerinfo]
70AUTOSTART = NO
71NO_IO = YES
72
73[testing]
74USE_ABSTRACT_SOCKETS = YES