gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34153 - gnunet/src/testbed
Date: Thu, 14 Aug 2014 13:18:12 +0200

Author: harsha
Date: 2014-08-14 13:18:12 +0200 (Thu, 14 Aug 2014)
New Revision: 34153

Modified:
   gnunet/src/testbed/testbed.conf.in
Log:
Add options for SCALE_FREE topology.


Modified: gnunet/src/testbed/testbed.conf.in
===================================================================
--- gnunet/src/testbed/testbed.conf.in  2014-08-14 11:17:32 UTC (rev 34152)
+++ gnunet/src/testbed/testbed.conf.in  2014-08-14 11:18:12 UTC (rev 34153)
@@ -45,6 +45,13 @@
 # presented at: https://gnunet.org/content/topology-file-format
 # OVERLAY_TOPOLOGY_FILE = /path/to/topology-file
 
+# The following options are required if the OVERLAY_TOPOLOGY is set to
+# SCALE_FREE.  They are ignored in all other cases.
+# The number of maximum peers which can connect to a peer
+SCALE_FREE_TOPOLOGY_CAP = 70
+# The minimum number of peers which a peer has to connect
+SCALE_FREE_TOPOLOGY_M = 5
+
 # 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]