aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.conf.in
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-08-08 09:26:01 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-08-08 09:26:01 +0000
commit67c0c732835eccdadd5294e7a6c361ae3d782ffc (patch)
tree31a9cb67826407eb4e872b50b10e16bc95e90eb9 /src/testbed/testbed.conf.in
parent605b0e88f6e64ac71a5afb08ce90c909a2807438 (diff)
downloadgnunet-67c0c732835eccdadd5294e7a6c361ae3d782ffc.tar.gz
gnunet-67c0c732835eccdadd5294e7a6c361ae3d782ffc.zip
- English.
Diffstat (limited to 'src/testbed/testbed.conf.in')
-rw-r--r--src/testbed/testbed.conf.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/testbed/testbed.conf.in b/src/testbed/testbed.conf.in
index 7d22660f8..8c2af036b 100644
--- a/src/testbed/testbed.conf.in
+++ b/src/testbed/testbed.conf.in
@@ -11,7 +11,7 @@ OPERATION_TIMEOUT = 30 s
11# helper binary is searched in @prefix@/lib/gnunet/libexec/ 11# helper binary is searched in @prefix@/lib/gnunet/libexec/
12# HELPER_BINARY_PATH = @prefix@/lib/gnunet/libexec/gnunet-helper-testbed 12# HELPER_BINARY_PATH = @prefix@/lib/gnunet/libexec/gnunet-helper-testbed
13 13
14# Add your local network address here. For example, if you want to running 14# Add your local network address here. For example, if you want to run
15# testbed on a group of hosts connected to network 192.168.1.0/24, then set 15# testbed on a group of hosts connected to network 192.168.1.0/24, then set
16# ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 16# ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
17# Multiple network addresses can be given. They should be separated by `;' 17# Multiple network addresses can be given. They should be separated by `;'
@@ -23,8 +23,8 @@ UNIX_MATCH_UID = YES
23UNIX_MATCH_GID = YES 23UNIX_MATCH_GID = YES
24 24
25# How many maximum number of operations can be run in parallel. This number 25# How many maximum number of operations can be run in parallel. This number
26# should be decreased if the system is getting overloaded and to keep reduce the 26# should be decreased if the system is getting overloaded and to reduce the load
27# load of testbed. 27# exerted by the emulation.
28MAX_PARALLEL_OPERATIONS = 1000 28MAX_PARALLEL_OPERATIONS = 1000
29MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1 29MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
30 30
@@ -39,10 +39,10 @@ OVERLAY_TOPOLOGY = NONE
39# requiring this option are RANDOM, SMALL_WORLD and SMALL_WORLD ring. 39# requiring this option are RANDOM, SMALL_WORLD and SMALL_WORLD ring.
40# OVERLAY_RANDOM_LINKS = 40# OVERLAY_RANDOM_LINKS =
41 41
42# If the OVERLAY_TOPOLOGY is set to FROM_FILE. This option is ignored for all 42# This option is required if the OVERLAY_TOPOLOGY is set to FROM_FILE. It is
43# other topology values. This option should contain the path to the file 43# ignored for all other topologies. This option should contain the path to
44# containing the topology information. The format of the file is presented at: 44# the file containing the topology information. The format of the file is
45# https://gnunet.org/content/topology-file-format 45# presented at: https://gnunet.org/content/topology-file-format
46# OVERLAY_TOPOLOGY_FILE = /path/to/topology-file 46# OVERLAY_TOPOLOGY_FILE = /path/to/topology-file
47 47
48# How many maximum number of handles to peers' services should be kept open at 48# How many maximum number of handles to peers' services should be kept open at