aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-08-14 11:18:12 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-08-14 11:18:12 +0000
commitfd6ca7a4a3366b3166bc7c4c5e02af6f11c917ef (patch)
treeb3a86b5ef2b15eedbc076ed2a816903db95e075d
parent3470f5f11c89f71c95c1a658771ac71134061926 (diff)
downloadgnunet-fd6ca7a4a3366b3166bc7c4c5e02af6f11c917ef.tar.gz
gnunet-fd6ca7a4a3366b3166bc7c4c5e02af6f11c917ef.zip
Add options for SCALE_FREE topology.
-rw-r--r--src/testbed/testbed.conf.in7
1 files changed, 7 insertions, 0 deletions
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
45# presented at: 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# The following options are required if the OVERLAY_TOPOLOGY is set to
49# SCALE_FREE. They are ignored in all other cases.
50# The number of maximum peers which can connect to a peer
51SCALE_FREE_TOPOLOGY_CAP = 70
52# The minimum number of peers which a peer has to connect
53SCALE_FREE_TOPOLOGY_M = 5
54
48# How many maximum number of handles to peers' services should be kept open at 55# How many maximum number of handles to peers' services should be kept open at
49# any time. This number also keeps a check on the number of open descriptors as 56# any time. This number also keeps a check on the number of open descriptors as
50# opening a service connection results in opening a file descriptor. 57# opening a service connection results in opening a file descriptor.