aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-28 12:25:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-28 12:25:37 +0000
commit5cec57cd094d584d3a5b034f02c68cfae05a496d (patch)
treeebeadc7b61329779e96ad2d3095cfc2f6848ef14 /src/fs/fs.conf.in
parent0102a4acf286d4818b5c288f6ebe477b6c352835 (diff)
downloadgnunet-5cec57cd094d584d3a5b034f02c68cfae05a496d.tar.gz
gnunet-5cec57cd094d584d3a5b034f02c68cfae05a496d.zip
-implementing limit to number of stream client connections
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r--src/fs/fs.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index ceb0a9ea2..f45a78fc4 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -54,6 +54,14 @@ EXPECTED_NEIGHBOUR_COUNT = 128
54# This option is mostly for testing. 54# This option is mostly for testing.
55DISABLE_ANON_TRANSFER = NO 55DISABLE_ANON_TRANSFER = NO
56 56
57# Maximum number of non-anonymous transfers this peer will support
58# at the same time. Excessive values mostly have the problem that
59# the service might use more memory, so we need to bound this at
60# some reasonable level. And if we have a very, very large
61# number, we probably won't have enough bandwidth to suppor them
62# well anyway, so better have a moderate cap.
63MAX_STREAM_CLIENTS = 128
64
57 65
58[gnunet-auto-share] 66[gnunet-auto-share]
59BINARY = gnunet-auto-share 67BINARY = gnunet-auto-share