p2pnet: inbound and external addresses vectorized

This commit is contained in:
aggstam
2022-08-23 21:49:28 +03:00
parent 6a292a4d81
commit 6134dcdad7
40 changed files with 248 additions and 220 deletions

View File

@@ -24,11 +24,11 @@
# Participate in the consensus protocol
#consensus = false
# P2P accept address for the consensus protocol
#consensus_p2p_accept = "tls://127.0.0.1:8341"
# P2P accept addresses for the consensus protocol
#consensus_p2p_accept = ["tls://127.0.0.1:8341"]
# P2P external address for the consensus protocol
#consensus_p2p_external = "tls://127.0.0.1:8341"
# P2P external addresses for the consensus protocol
#consensus_p2p_external = ["tls://127.0.0.1:8341"]
# Connection slots for the consensus protocol
#consensus_slots = 8
@@ -45,11 +45,11 @@
# Peers JSON-RPC listen URL for clock synchronization
#consensus_peer_rpc = []
# P2P accept address for the syncing protocol
#sync_p2p_accept = "tls://127.0.0.1:8342"
# P2P accept addresses for the syncing protocol
#sync_p2p_accept = ["tls://127.0.0.1:8342"]
# P2P external address for the syncing protocol
#sync_p2p_external = "tls://127.0.0.1:8342"
# P2P external addresses for the syncing protocol
#sync_p2p_external = ["tls://127.0.0.1:8342"]
# Connection slots for the syncing protocol
#sync_slots = 8