test_nse.conf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. [PATHS]
  2. SERVICEHOME = /tmp/test-nse-multipeer/
  3. DEFAULTCONFIG = test_nse.conf
  4. [nse]
  5. PORT = 22353
  6. UNIXPATH = /tmp/test-nse-service-nse.unix
  7. BINARY = gnunet-service-nse
  8. #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
  9. #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
  10. AUTOSTART = YES
  11. DEBUG = NO
  12. CONFIG = $DEFAULTCONFIG
  13. PROOFFILE = $SERVICEHOME/proof.nse
  14. # Overriding network settings for faster testing (do NOT use
  15. # these values in production just because they are here)
  16. WORKDELAY = 1
  17. INTERVAL = 5000
  18. WORKBITS = 1
  19. HISTOGRAM = $SERVICEHOME/nse-histogram
  20. [arm]
  21. PORT = 22354
  22. DEFAULTSERVICES = nse core
  23. UNIXPATH = /tmp/test-nse-service-arm.unix
  24. #DEBUG = YES
  25. [fs]
  26. AUTOSTART = NO
  27. [datastore]
  28. AUTOSTART = NO
  29. [dht]
  30. AUTOSTART = NO
  31. [transport]
  32. AUTOSTART = YES
  33. [core]
  34. AUTOSTART = YES
  35. [peerinfo]
  36. AUTOSTART = YES
  37. [nat]
  38. DISABLEV6 = YES
  39. BINDTO = 127.0.0.1
  40. ENABLE_UPNP = NO
  41. BEHIND_NAT = NO
  42. ALLOW_NAT = NO
  43. INTERNAL_ADDRESS = 127.0.0.1
  44. EXTERNAL_ADDRESS = 127.0.0.1
  45. [dns]
  46. AUTOSTART = NO
  47. [testing]
  48. NUM_PEERS = 10
  49. WEAKRANDOM = YES
  50. TOPOLOGY = NONE
  51. CONNECT_TOPOLOGY = SMALL_WORLD_RING
  52. PERCENTAGE = 3
  53. F2F = NO
  54. CONNECT_TIMEOUT = 60
  55. CONNECT_ATTEMPTS = 3
  56. #DEBUG = YES
  57. HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
  58. MAX_CONCURRENT_SSH = 20
  59. USE_PROGRESSBARS = YES
  60. PEERGROUP_TIMEOUT = 1000
  61. DELETE_FILES = NO