aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-04 08:21:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-04 08:21:40 +0000
commit2764fd265cdf18522c3d852057bbdbd947072e17 (patch)
tree3f1895697f9ea9e59d350c8f59c714abfb56d148 /src/fs/fs.conf.in
parentdf79301b5a1bb9bb37dc4b857bc502c605a40fef (diff)
downloadgnunet-2764fd265cdf18522c3d852057bbdbd947072e17.tar.gz
gnunet-2764fd265cdf18522c3d852057bbdbd947072e17.zip
adding configure option to run GNUnet with monkey
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r--src/fs/fs.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index 0c1a5895b..fed0e5f01 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -29,4 +29,6 @@ MAX_PENDING_REQUESTS = 65536
29MIN_MIGRATION_DELAY = 100 ms 29MIN_MIGRATION_DELAY = 100 ms
30EXPECTED_NEIGHBOUR_COUNT = 128 30EXPECTED_NEIGHBOUR_COUNT = 128
31 31
32# Enable monkey?
33PREFIX = @MONKEYPREFIX@
32 34