-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Upgrade Protocol Handles to Follow the SPEC #1549
Comments
It would be good to avoid using the name DHT, to avoid the Peer VS Content routing. Right now I'm calling the routing part that uses kademlia, kad-router, as a module name. so maybe we can have: /ipfs/router/kad/1.0.0, so that in the future we might have For the record store, I haven't cored it yet, but probably |
as far as I know the record store isnt a protocol. |
@whyrusleeping here is a |
depends on #3110 |
@whyrusleeping @daviddias Should this be closed? |
To get multistream interop between node and go, we need to agree on the official protocol names.
stream muxers:
/stream-muxer/spdy/3.1.0
/stream-muxer/yamux/1.0.0
/stream-muxer/multiplex/1.0.0
ipfs protocols:
/ipfs/ping/1.0.0
/ipfs/dht/1.0.0
/ipfs/bitswap/1.0.0
/ipfs/diag/1.0.0
The text was updated successfully, but these errors were encountered: