libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.58k stars 275 forks source link

Is there a possibility a peer are unable to take a message from other peers among Gossip sub-network #401

Closed bilisakuratyan closed 2 years ago

bilisakuratyan commented 2 years ago

I read the relevant paper that says the gossip is emitted to random subsets of peers that are currently not part of the mesh. Take an example. If there were up to over 6,000,000 peers in a gossip sub-network, each of peers is unable to link all the rest of peers in the same gossip sub-network. In some cases, I guess there should be a peer that is unable to take a message from other peers as it is being isolated. Is that right?

mxinden commented 2 years ago

I am not 100% sure I understand the question. Also do note that peer discovery is not part of Gossipsub:

https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.0.md#ambient-peer-discovery

yiannisbot commented 2 years ago

Some notes that might help clarify:

@bilisakuratyan please clarify your question further if the above doesn't make it clear.

bilisakuratyan commented 2 years ago

@yiannisbot Thank you for your reply.