liamzebedee / xden

XDen is a P2P key-value store.
2 stars 0 forks source link

Routing architecture #2

Open liamzebedee opened 12 years ago

liamzebedee commented 12 years ago

Purpose: To efficiently distribute messages to the appropriate nodes in a structured manner

These are some ideas:

While the overall model of the routing is structured (that is, we should not get into an infinite routing loop), it is yet to be determined whether the simple Kademlia approach should be implemented or whether other, more creative avenues should be explored.

liamzebedee commented 12 years ago

XDen should be designed to be a moderate to high performance - that is the majority of nodes should be updated within a relevant period.