test_testbed_api_template.conf 983 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [testbed]
  2. AUTOSTART = NO
  3. PORT = 12113
  4. ACCEPT_FROM = 127.0.0.1;
  5. HOSTNAME = localhost
  6. OVERLAY_TOPOLOGY = NONE
  7. #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
  8. [fs]
  9. AUTOSTART = NO
  10. [resolver]
  11. AUTOSTART = NO
  12. [cadet]
  13. AUTOSTART = NO
  14. [dht]
  15. AUTOSTART = NO
  16. [dhtcache]
  17. QUOTA = 1 MB
  18. DATABASE = heap
  19. [transport]
  20. PLUGINS = udp
  21. ACCEPT_FROM6 = ::1;
  22. ACCEPT_FROM = 127.0.0.1;
  23. NEIGHBOUR_LIMIT = 50
  24. PORT = 12365
  25. [ats]
  26. WAN_QUOTA_OUT = 3932160
  27. WAN_QUOTA_IN = 3932160
  28. [core]
  29. PORT = 12092
  30. AUTOSTART = YES
  31. USE_EPHEMERAL_KEYS = NO
  32. [arm]
  33. DEFAULTSERVICES = core transport
  34. PORT = 12366
  35. [transport-udp]
  36. TIMEOUT = 300 s
  37. PORT = 12368
  38. [gnunetd]
  39. HOSTKEY = $GNUNET_TEST_HOME/.hostkey
  40. [PATHS]
  41. GNUNET_TEST_HOME = /tmp/test-testbed/
  42. [dns]
  43. AUTOSTART = NO
  44. [nse]
  45. AUTOSTART = NO
  46. [vpn]
  47. AUTOSTART = NO
  48. [nat]
  49. RETURN_LOCAL_ADDRESSES = YES
  50. [gns-helper-service-w32]
  51. AUTOSTART = NO
  52. [consensus]
  53. AUTOSTART = NO
  54. [gns]
  55. AUTOSTART = NO
  56. [statistics]
  57. AUTOSTART = NO
  58. [peerinfo]
  59. NO_IO = YES