cadet.conf.in 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [cadet]
  2. IMMEDIATE_START = YES
  3. START_ON_DEMAND = @START_ON_DEMAND@
  4. @JAVAPORT@PORT = 2096
  5. HOSTNAME = localhost
  6. BINARY = gnunet-service-cadet
  7. # PREFIX = valgrind --leak-check=yes
  8. ACCEPT_FROM = 127.0.0.1;
  9. ACCEPT_FROM6 = ::1;
  10. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-cadet.sock
  11. UNIX_MATCH_UID = NO
  12. UNIX_MATCH_GID = YES
  13. # How often do we send KEEPALIVE messages on connections to keep them
  14. # from timing out?
  15. REFRESH_CONNECTION_TIME = 5 min
  16. # Percentage of packets CADET is artificially dropping. Used for testing only!
  17. # DROP_PERCENT =
  18. # How frequently do we usually announce our presence in the DHT?
  19. ID_ANNOUNCE_TIME = 1 h
  20. # FIXME: document
  21. CONNECT_TIMEOUT = 30 s
  22. # What is the replication level we give to the DHT when announcing our
  23. # existence? Usually there is no need to change this.
  24. DHT_REPLICATION_LEVEL = 3
  25. # FIXME: not implemented
  26. # MAX_TUNNELS = 1000
  27. # FIXME: not implemented, replaced by MAX_ROUTES in NEW CADET!
  28. MAX_CONNECTIONS = 1000
  29. # How many routes do we participate in at most? Should be smaller
  30. # than MAX_MSGS_QUEUE
  31. MAX_ROUTES = 5000
  32. # FIXME: not implemented
  33. MAX_MSGS_QUEUE = 10000
  34. # FIXME: not implemented
  35. MAX_PEERS = 1000
  36. # How often do we advance the ratchet even if there is not
  37. # any traffic?
  38. RATCHET_TIME = 1 h
  39. # How often do we advance the ratched if there is traffic?
  40. RATCHET_MESSAGES = 64