diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-24 23:09:36 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-24 23:09:36 +0000 |
commit | 3faeadbb85fd883a086785ce2e33fad3663e1ab0 (patch) | |
tree | 1a5f0bf706cd5b4b39346853b19b1a89c86f28a5 /src/fs/fs.conf.in | |
parent | 499f22593a44d179df98335849fb7496401bfb3b (diff) |
-add multi-peer testcase for stream-based transfers (expected to fail right now), and option to disable anonymous transfers --- to force stream-based transfers
git-svn-id: https://gnunet.org/svn/gnunet@25120 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r-- | src/fs/fs.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in index e134659b09..ceb0a9ea20 100644 --- a/src/fs/fs.conf.in +++ b/src/fs/fs.conf.in @@ -50,6 +50,10 @@ EXPECTED_NEIGHBOUR_COUNT = 128 # Enable monkey? # PREFIX = @MONKEYPREFIX@ +# Disable anonymous file-sharing (but keep non-anonymous transfers)? +# This option is mostly for testing. +DISABLE_ANON_TRANSFER = NO + [gnunet-auto-share] BINARY = gnunet-auto-share |