Mesh & Metadata Peers implementation #4255
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So far to my understanding, we have one method of adding peers to our internal peer table:
add_explicit_peer()
. This does not allow me the flexibility of defining my mesh and gossip peer separately. If i keep a struct that does that, it is still futile because sending message to peers withgossip()
does not take a list ofmultiaddresses
orPeerId
s to send to, it is high level. It just looks likefloodsub
to me. A lot like it. I think a function should be added to explicitly send a message to selectPeerId
s.Beta Was this translation helpful? Give feedback.
All reactions