Home
last modified time | relevance | path

Searched refs:WithPeerExchange (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-pubsub/
H A Dtrace_test.go34 WithPeerExchange(true),
H A Dgossipsub_test.go965 psubs := getGossipsubs(ctx, hosts, WithPeerExchange(true), WithFloodPublish(true))
1049 psubs := getGossipsubs(ctx, hosts, WithPeerExchange(true), WithFloodPublish(true))
H A Dgossipsub.go267 func WithPeerExchange(doPX bool) Option { func