We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In dht.go there seems to be two DHT protocols in use:
dht.go
var ProtocolDHT protocol.ID = "/ipfs/kad/1.0.0" var ProtocolDHTOld protocol.ID = "/ipfs/dht"
Are they both in use? If so are they being used in parallel, and when is the old one going to be deprecated?
The text was updated successfully, but these errors were encountered:
The old one is already deprecated, we initiate connections with the new one and if that fails we fall back to the old one.
Sorry, something went wrong.
See #320.
No branches or pull requests
In
dht.go
there seems to be two DHT protocols in use:Are they both in use? If so are they being used in parallel, and when is the old one going to be deprecated?
The text was updated successfully, but these errors were encountered: