profiler_rps.conf 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. [rps]
  2. #PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
  3. #PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
  4. #PREFIX = valgrind
  5. UNIXPATH = $GNUNET_TMP/gnunet-service-rps.sock
  6. HOME = $SERVICEHOME
  7. # PORT = 2106
  8. #@UNIXONLY@ PORT = 2087
  9. IMMEDIATE_START = YES
  10. START_ON_DEMAND = NO
  11. NOARMBIND = YES
  12. #OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
  13. # This is the timeinterval between the rounds
  14. ROUNDINTERVAL = 2 s
  15. FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
  16. # This is the 'estimate' in the beginning.
  17. # This determines the size of the peers we keep in memory
  18. # until we receive the first estimate from NSE.
  19. # Keep in mind, that (networksize)^(1/3) should be enough.
  20. # So, 50 is enough for a network of size 50^3 = 125000
  21. MINSIZE = 4
  22. DESIRED_PROBABILITY = 0.75
  23. DEFICIENCY_FACTOR = 0.4
  24. [testbed]
  25. HOSTNAME = localhost
  26. # MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
  27. #OVERLAY_TOPOLOGY = CLIQUE
  28. #OVERLAY_TOPOLOGY = SCALE_FREE
  29. #SCALE_FREE_TOPOLOGY_CAP = 100
  30. #SCALE_FREE_TOPOLOGY_M = 2
  31. OVERLAY_TOPOLOGY = RANDOM
  32. ## We take half of the links a complete graph would have, so (n * n-1)/4
  33. ## for n = 128, this would be
  34. OVERLAY_RANDOM_LINKS = 4064
  35. #OVERLAY_TOPOLOGY = SMALL_WORLD
  36. #OVERLAY_RANDOM_LINKS = 25
  37. SETUP_TIMEOUT = 1 h
  38. [nse]
  39. WORKBITS = 0
  40. [nat]
  41. # Use addresses from the local network interfaces (inluding loopback, but also others)
  42. USE_LOCALADDR = YES
  43. ENABLE_UPNP = NO
  44. # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
  45. RETURN_LOCAL_ADDRESSES = YES
  46. [transport]
  47. PLUGINS = unix
  48. [ats]
  49. # Network specific inbound/outbound quotas
  50. UNSPECIFIED_QUOTA_IN = unlimited
  51. UNSPECIFIED_QUOTA_OUT = unlimited
  52. # LOOPBACK
  53. LOOPBACK_QUOTA_IN = unlimited
  54. LOOPBACK_QUOTA_OUT = unlimited
  55. # LAN
  56. LAN_QUOTA_IN = unlimited
  57. LAN_QUOTA_OUT = unlimited
  58. #WAN
  59. WAN_QUOTA_OUT = unlimited
  60. WAN_QUOTA_IN = unlimited
  61. # WLAN
  62. WLAN_QUOTA_IN = unlimited
  63. WLAN_QUOTA_OUT = unlimited
  64. # BLUETOOTH
  65. BLUETOOTH_QUOTA_IN = unlimited
  66. BLUETOOTH_QUOTA_OUT = unlimited
  67. [dht]
  68. DISABLE_TRY_CONNECT = YES
  69. [cadet]
  70. OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
  71. #[arm]
  72. #GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
  73. #[statistics]
  74. #IMMEDIATE_START = NO
  75. #START_ON_DEMAND = NO
  76. [peerinfo]
  77. NO_IO = YES
  78. [hostlist]
  79. IMMEDIATE_START = NO
  80. START_ON_DEMAND = NO
  81. [zonemaster]
  82. IMMEDIATE_START = NO
  83. START_ON_DEMAND = NO
  84. [namecache]
  85. IMMEDIATE_START = NO
  86. START_ON_DEMAND = NO
  87. [namestore]
  88. IMMEDIATE_START = NO
  89. START_ON_DEMAND = NO
  90. [topology]
  91. IMMEDIATE_START = NO
  92. START_ON_DEMAND = NO
  93. [vpn]
  94. IMMEDIATE_START = NO
  95. START_ON_DEMAND = NO
  96. [revocation]
  97. IMMEDIATE_START = NO
  98. START_ON_DEMAND = NO
  99. [gns]
  100. IMMEDIATE_START = NO
  101. START_ON_DEMAND = NO
  102. [fs]
  103. IMMEDIATE_START = NO
  104. START_ON_DEMAND = NO
  105. [zonemaster-monitor]
  106. IMMEDIATE_START = NO
  107. START_ON_DEMAND = NO