From fd6ca7a4a3366b3166bc7c4c5e02af6f11c917ef Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 14 Aug 2014 11:18:12 +0000 Subject: Add options for SCALE_FREE topology. --- src/testbed/testbed.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/testbed') diff --git a/src/testbed/testbed.conf.in b/src/testbed/testbed.conf.in index 8c2af036b..386e00433 100644 --- a/src/testbed/testbed.conf.in +++ b/src/testbed/testbed.conf.in @@ -45,6 +45,13 @@ OVERLAY_TOPOLOGY = NONE # 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. -- cgit v1.2.3