Update internal/p2p/peermanager.go

Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
This commit is contained in:
Sam Kleinman
2022-06-16 16:54:19 -04:00
committed by GitHub
co-authored by William Banfield
parent 6d3c6236e3
commit 3b08f1ac72
+1 -1
View File
@@ -109,7 +109,7 @@ type PeerManagerOptions struct {
MaxConnected uint16
// MaxOutgoingConnections specifies how many outgoing
// connections. It must be lower than MaxConnected. If it is
// connections a node will maintain. It must be lower than MaxConnected. If it is
// 0, then all connections can be outgoing. Once this limit is
// reached, the node will not dial peers, allowing the
// remaining peer connections to be used by incoming connections.