diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-06-14 20:21:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-06-14 20:21:18 +0000 |
commit | 8bef8cb95d339e9c2e59f2b84744b233ba81a364 (patch) | |
tree | 8f2d4d50566ce7aa347fb2efd0f742882bfe8fa4 /contrib | |
parent | 0b7bb0a4910b377d7e7f4cada9e05d09f2b66852 (diff) |
more topology implementation
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 19 |
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 # REJECT_FROM = # REJECT_FROM6 = # PREFIX = + + +[topology] +MINIMUM-FRIENDS = 0 +FRIENDS-ONLY = NO +AUTOCONNECT = YES +TARGET-CONNECTION-COUNT = 16 +FRIENDS = $SERVICEHOME/friends + + +[hostlist] +# consider having "-e" as default as well once implemented +OPTIONS = -b +SERVERS = http://gnunet.org:8080/ +# proxy for downloading hostlists +HTTP-PROXY = +# port for hostlist server +PORT = 8080 + |