Home
last modified time | relevance | path

Searched defs:IDService (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/p2p/protocol/identify/
H A Did.go85 type IDService struct { struct
86 Host host.Host
87 UserAgent string
89 ctx context.Context
90 ctxCancel context.CancelFunc
92 closeSync sync.Once
94 refCount sync.WaitGroup
96 disableSignedPeerRecord bool
99 connsMu sync.RWMutex
102 addrMu sync.Mutex
[all …]
H A Dpeer_loop.go45 func newPeerHandler(pid peer.ID, ids *IDService) *peerHandler {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/p2p/host/basic/
H A Dbasic_host.go550 func (h *BasicHost) IDService() *identify.IDService { func