test_gnunet_service_fs_p2p_cadet.conf 558 B

1234567891011121314151617181920
  1. @INLINE@ fs_test_lib_data.conf
  2. [fs]
  3. # FIXME: this option needs to be set for the
  4. # testcase to truly work; however, as the code
  5. # is not finished, not setting the option should
  6. # allow the test to at least pass for now...
  7. DISABLE_ANON_TRANSFER = YES
  8. # Do we cache content from other nodes? (may improve anonymity)
  9. CONTENT_CACHING = NO
  10. # Do we send unsolicited data to other nodes if we have excess bandwidth?
  11. # (may improve anonymity, probably not a good idea if content_caching is NO)
  12. CONTENT_PUSHING = NO
  13. #PREFIX = valgrind
  14. [cadet]
  15. #PREFIX = valgrind