You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 to15
. when doing so it has to send a message clockwise kinda like 0 -> 8 -> 12 -> 14 -> 15But since webrtc needs to be connected to each other
15
has to connect to0
and therefore0
should know about peers in both directions (clockwise and anticlockwise). so0
must be connected to15
and1
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?The text was updated successfully, but these errors were encountered: