Home
last modified time | relevance | path

Searched refs:IDPush (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/p2p/protocol/identify/
H A Did_push.go12 const IDPush = "/ipfs/id/push/1.0.0" const
H A Dpeer_loop.go145 dp, err := ph.openStream(ctx, []string{IDPush})
H A Did.go168 h.SetStreamHandler(IDPush, s.pushHandler)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/p2p/host/basic/
H A Dbasic_host_test.go147 if p == identify.ID || p == identify.IDPush {