| 12345678910111213141516171819202122232425262728 |
- # chat toml
- [net]
- ## P2P accept address
- #inbound="tls://127.0.0.1:11002"
- ## Connection slots
- outbound_connections=5
- ## P2P external address
- #external_addr="tls://127.0.0.1:11002"
- ## Peers to connect to
- #peers=["tls://127.0.0.1:11003"]
- ## Seed nodes to connect to
- #seeds=["tls://irc0.dark.fi:11001", "tls://irc1.dark.fi:11001"]
- seeds=["tcp://127.0.0.1:55555"]
- ## Only used for debugging. Compromises privacy when set.
- #node_id = "foo"
- ## these are the default configuration for the p2p network
- #manual_attempt_limit=0
- #seed_query_timeout_seconds=8
- #connect_timeout_seconds=10
- #channel_handshake_seconds=4
- #channel_heartbeat_seconds=10
|