dchat_config.toml 643 B

12345678910111213141516171819202122232425262728
  1. # chat toml
  2. [net]
  3. ## P2P accept address
  4. #inbound="tls://127.0.0.1:11002"
  5. ## Connection slots
  6. outbound_connections=5
  7. ## P2P external address
  8. #external_addr="tls://127.0.0.1:11002"
  9. ## Peers to connect to
  10. #peers=["tls://127.0.0.1:11003"]
  11. ## Seed nodes to connect to
  12. #seeds=["tls://irc0.dark.fi:11001", "tls://irc1.dark.fi:11001"]
  13. seeds=["tcp://127.0.0.1:55555"]
  14. ## Only used for debugging. Compromises privacy when set.
  15. #node_id = "foo"
  16. ## these are the default configuration for the p2p network
  17. #manual_attempt_limit=0
  18. #seed_query_timeout_seconds=8
  19. #connect_timeout_seconds=10
  20. #channel_handshake_seconds=4
  21. #channel_heartbeat_seconds=10