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

[question] how is this diffrent then chord? #23

Open
jimmywarting opened this issue Apr 9, 2019 · 0 comments
Open

[question] how is this diffrent then chord? #23

jimmywarting opened this issue Apr 9, 2019 · 0 comments

Comments

@jimmywarting
Copy link

jimmywarting commented Apr 9, 2019

you said it's Chord inspired.

is it different somehow? I know how chord works, it only knows about peers in a clockwise direction. for ie. if you have 16 peers and 0 wants to send a message to 15. when doing so it has to send a message clockwise kinda like 0 -> 8 -> 12 -> 14 -> 15

But since webrtc needs to be connected to each other 15 has to connect to 0 and therefore 0 should know about peers in both directions (clockwise and anticlockwise). so 0 must be connected to 15 and 1 so the most beneficial would be to send a message in either direction depending on which one are closer to the destination. is that something you are doing?

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

1 participant