libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
317 stars 182 forks source link

Allowing control over which peers to share peer info with #446

Open synzhu opened 3 years ago

synzhu commented 3 years ago

Context: https://discuss.libp2p.io/t/filtering-nodes-that-we-gossip-to/1012/3#:~:text=In%20the%20above,that%20set%E2%80%9D%3F

Would like to have a filter that allows me to control who I share peer information with. Perhaps this is only relevant when PX is enabled.

Stebalien commented 3 years ago

Libp2p itself has no peer exchange. What are you refering to?