test_rps.conf 836 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [rps]
  2. AUTOSTART = YES
  3. PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
  4. BINARY = gnunet-service-rps
  5. UNIXPATH = /tmp/gnunet-service-rps.sock
  6. HOME = $SERVICEHOME
  7. # PORT = 2106
  8. @UNIXONLY@ PORT = 2087
  9. # This is the timeinterval between the rounds
  10. ROUNDINTERVAL = 10 s
  11. # This is the 'estimate' in the beginning.
  12. # This determines the size of the peers we keep in memory
  13. # until we receive the first estimate from NSE.
  14. # Keep in mind, that (networksize)^(1/3) should be enough.
  15. # So, 50 is enough for a network of size 50^3 = 125000
  16. INITSIZE = 4
  17. ALPHA = 0.45
  18. [arm]
  19. DEFAULTSERVICES = core ats transport cadet nse rps
  20. [testbed]
  21. OPERATION_TIMEOUT = 60 s
  22. MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
  23. OVERLAY_TOPOLOGY = CLIQUE
  24. #SCALE_FREE_TOPOLOGY_CAP =
  25. OVERLAY_RANDOM_LINKS = 5
  26. SETUP_TIMEOUT = 2 m
  27. [nse]
  28. WORKBITS = 0