aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-14 20:21:18 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-14 20:21:18 +0000
commit8bef8cb95d339e9c2e59f2b84744b233ba81a364 (patch)
tree8f2d4d50566ce7aa347fb2efd0f742882bfe8fa4 /contrib
parent0b7bb0a4910b377d7e7f4cada9e05d09f2b66852 (diff)
downloadgnunet-8bef8cb95d339e9c2e59f2b84744b233ba81a364.tar.gz
gnunet-8bef8cb95d339e9c2e59f2b84744b233ba81a364.zip
more topology implementation
Diffstat (limited to 'contrib')
-rw-r--r--contrib/defaults.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index 0dcf5d087..20d9fe8d0 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -138,3 +138,22 @@ TOTAL_QUOTA_OUT = 3932160
138# REJECT_FROM = 138# REJECT_FROM =
139# REJECT_FROM6 = 139# REJECT_FROM6 =
140# PREFIX = 140# PREFIX =
141
142
143[topology]
144MINIMUM-FRIENDS = 0
145FRIENDS-ONLY = NO
146AUTOCONNECT = YES
147TARGET-CONNECTION-COUNT = 16
148FRIENDS = $SERVICEHOME/friends
149
150
151[hostlist]
152# consider having "-e" as default as well once implemented
153OPTIONS = -b
154SERVERS = http://gnunet.org:8080/
155# proxy for downloading hostlists
156HTTP-PROXY =
157# port for hostlist server
158PORT = 8080
159