accepted_neighbors.go 161 B
package peermanager
import "github.com/iotaledger/goshimmer/plugins/autopeering/protocol/peer"
var ACCEPTED_NEIGHBORS = &PeerList{make(map[string]*peer.Peer)}
package peermanager
import "github.com/iotaledger/goshimmer/plugins/autopeering/protocol/peer"
var ACCEPTED_NEIGHBORS = &PeerList{make(map[string]*peer.Peer)}