From: Christian Grothoff Date: Wed, 4 Jun 2014 17:49:35 +0000 (+0000) Subject: -rename X-Git-Tag: initial-import-from-subversion-38251~3844 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d5aa4968b0307c3e89db1f6deb6f029d2874f626;p=oweals%2Fgnunet.git -rename --- diff --git a/src/fs/test_gnunet_service_fs_p2p_cadet.conf b/src/fs/test_gnunet_service_fs_p2p_cadet.conf new file mode 100644 index 000000000..12e106968 --- /dev/null +++ b/src/fs/test_gnunet_service_fs_p2p_cadet.conf @@ -0,0 +1,20 @@ +@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 + +# 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 + +#PREFIX = valgrind + +[cadet] +#PREFIX = valgrind diff --git a/src/fs/test_gnunet_service_fs_p2p_mesh.conf b/src/fs/test_gnunet_service_fs_p2p_mesh.conf deleted file mode 100644 index 12e106968..000000000 --- a/src/fs/test_gnunet_service_fs_p2p_mesh.conf +++ /dev/null @@ -1,20 +0,0 @@ -@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 - -# 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 - -#PREFIX = valgrind - -[cadet] -#PREFIX = valgrind