-options to play with
[oweals/gnunet.git] / src / fs / test_gnunet_service_fs_p2p_stream.conf
index 607367a8661f379b46cfe2570cc7765ee5e8b76d..9d01208cb6ef160dc9d650c534f9906a99567db6 100644 (file)
@@ -1,15 +1,16 @@
-@INLINE@ test_fs_defaults.conf
-[PATHS]
-SERVICEHOME = /tmp/test-gnunet-test-fs-lib/
-
-
-[ats]
-WAN_QUOTA_IN = 3932160
-WAN_QUOTA_OUT = 3932160
+@INLINE@ fs_test_lib_data.conf
 
 [fs]
 # FIXME: this option needs to be set for the
 # testcase to truly work; however, as the code
 # is not finished, not setting the option should
 # allow the test to at least pass for now...
-# DISABLE_ANON_TRANSFER = YES
+DISABLE_ANON_TRANSFER = YES
+
+# Do we cache content from other nodes? (may improve anonymity)
+CONTENT_CACHING = NO
+
+# Do we send unsolicited data to other nodes if we have excess bandwidth?
+# (may improve anonymity, probably not a good idea if content_caching is NO)
+CONTENT_PUSHING = NO
+