mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 16:28:06 +08:00
go-ipfs-config: doc: improve wording for peering config
Co-authored-by: Will <will.scott@protocol.ai>
This commit is contained in:
parent
13bcc4da44
commit
75bde89788
@ -4,6 +4,6 @@ import "github.com/libp2p/go-libp2p-core/peer"
|
||||
|
||||
// Peering configures the peering service.
|
||||
type Peering struct {
|
||||
// Peer lists all peers with which this peer peers.
|
||||
// Peers lists the nodes to attempt to stay connected with.
|
||||
Peers []peer.AddrInfo
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user