gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27157 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r27157 - gnunet/src/testbed
Date: Wed, 15 May 2013 23:10:21 +0200

Author: harsha
Date: 2013-05-15 23:10:21 +0200 (Wed, 15 May 2013)
New Revision: 27157

Modified:
   gnunet/src/testbed/testbed.conf.in
Log:
- document options for overlay topology in configuration


Modified: gnunet/src/testbed/testbed.conf.in
===================================================================
--- gnunet/src/testbed/testbed.conf.in  2013-05-15 20:48:02 UTC (rev 27156)
+++ gnunet/src/testbed/testbed.conf.in  2013-05-15 21:10:21 UTC (rev 27157)
@@ -29,6 +29,23 @@
 MAX_PARALLEL_OPERATIONS = 1000
 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
 
+# What topology should be generated by the helper functions 
GNUNET_TESTBED_run()
+# and GNUNET_TESTBED_test_run().  This option has no effect if testbed is
+# initialized with other functions.  Valid values can be found at:
+# https://gnunet.org/content/supported-topologies
+OVERLAY_TOPOLOGY = NONE
+
+# Number of random links to be included to the generate the above topology.
+# Note that not all topologies require this option and ignore it.  Topologies
+# requiring this option are RANDOM, SMALL_WORLD and SMALL_WORLD ring.
+# OVERLAY_RANDOM_LINKS =
+
+# If the OVERLAY_TOPOLOGY is set to FROM_FILE.  This option is ignored for all
+# other topology values.  This option should contain the path to the file
+# containing the topology information.  The format of the file is presented at:
+# https://gnunet.org/content/topology-file-format
+# OVERLAY_TOPOLOGY_FILE = /path/to/topology-file
+
 # How many maximum number of handles to peers' services should be kept open at
 # any time.  This number also keeps a check on the number of open descriptors 
as
 # opening a service connection results in opening a file descriptor.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]