Skip to content
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

What's the status of the 'old' DHT? #25

Closed
JustinDrake opened this issue Nov 14, 2016 · 2 comments
Closed

What's the status of the 'old' DHT? #25

JustinDrake opened this issue Nov 14, 2016 · 2 comments

Comments

@JustinDrake
Copy link
Contributor

In dht.go there seems to be two DHT protocols in use:

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?

@Kubuxu
Copy link
Member

Kubuxu commented Nov 14, 2016

The old one is already deprecated, we initiate connections with the new one and if that fails we fall back to the old one.

@anacrolix
Copy link
Contributor

See #320.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants