-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-peer: Identify Protocol String #66
Comments
Did a bit more digging, perhaps it's more |
For the sake of completeness, adding to the latest comment, the referenced |
As far as I am aware, universal-connectivity nodes should not interact, nor act as normal IPFS nodes, thus they should like choose a different Protocol Version, e.g. |
Thank @mxinden, I can appreciate your input here. I am working on a plugin system idea for libp2p where this protocol name/version would come in handy to find other peers who run the same plugin protocol. Given there is no code path though, and usage seems to be a bit diverse across implementation, what would be the best approach? Could I build on what is already there effectively? |
So it seems that this is just setting the Moving forward, we can just change this to a custom string to avoid confusion with identify's multistream-select protocol name. |
Is this supposed to be
ipfs/id/1.0.0
(with/id/
in the middle) as per this pageuniversal-connectivity/rust-peer/src/main.rs
Lines 298 to 299 in 4a309e5
The text was updated successfully, but these errors were encountered: