aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testbed/testbed.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed.conf.in b/src/testbed/testbed.conf.in
index b6dd10dca..094328c7b 100644
--- a/src/testbed/testbed.conf.in
+++ b/src/testbed/testbed.conf.in
@@ -31,7 +31,7 @@ MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
31# What topology should be generated by the helper functions GNUNET_TESTBED_run() 31# What topology should be generated by the helper functions GNUNET_TESTBED_run()
32# and GNUNET_TESTBED_test_run(). This option has no effect if testbed is 32# and GNUNET_TESTBED_test_run(). This option has no effect if testbed is
33# initialized with other functions. Valid values can be found at: 33# initialized with other functions. Valid values can be found at:
34# https://gnunet.org/content/supported-topologies 34# https://gnunet.org/supported-topologies
35OVERLAY_TOPOLOGY = NONE 35OVERLAY_TOPOLOGY = NONE
36 36
37# Number of random links to be included to the generate the above topology. 37# Number of random links to be included to the generate the above topology.
@@ -42,7 +42,7 @@ OVERLAY_TOPOLOGY = NONE
42# This option is required if the OVERLAY_TOPOLOGY is set to FROM_FILE. It is 42# This option is required if the OVERLAY_TOPOLOGY is set to FROM_FILE. It is
43# ignored for all other topologies. This option should contain the path to 43# ignored for all other topologies. This option should contain the path to
44# the file containing the topology information. The format of the file is 44# the file containing the topology information. The format of the file is
45# presented at: https://gnunet.org/content/topology-file-format 45# presented at: https://gnunet.org/topology-file-format
46# OVERLAY_TOPOLOGY_FILE = /path/to/topology-file 46# OVERLAY_TOPOLOGY_FILE = /path/to/topology-file
47 47
48# The following options are required if the OVERLAY_TOPOLOGY is set to 48# The following options are required if the OVERLAY_TOPOLOGY is set to