KademliaDHT/src/kademlia
Joshua Kissoon f66d5f662f Routing Table Find Closest
- Added a shorter method
- Create a treeset to sort the nodes
- Add all nodes in the routing table to the treeset
- Then select the top Q nodes required from the treeset
2014-05-09 09:27:35 +05:30
..
core Stop shutting down the server when we catch an exception 2014-05-08 18:41:07 +05:30
dht We need to synchronize some toString methods since they access some data structures that cannot be modified concurrently 2014-05-05 15:47:07 +05:30
exceptions Kad Server 2014-04-28 16:46:32 +05:30
message Bucket Refresh Operation 2014-05-08 22:28:22 +05:30
node Some major major changes to the entire Kademlia System. 2014-04-28 15:25:07 +05:30
operation Bucket Refresh Operation 2014-05-08 22:28:22 +05:30
routing Routing Table Find Closest 2014-05-09 09:27:35 +05:30
tests Kademlia Contact Removal 2014-04-28 20:38:47 +05:30
util Saving State & Reloading 2014-05-01 16:52:31 +05:30
KademliaNode.java Statistician 2014-05-08 10:58:24 +05:30
KadStatistician.java Statistician 2014-05-08 10:58:24 +05:30
Statistician.java Statistician 2014-05-08 10:58:24 +05:30
Todo Started working on sending content messages 2014-02-25 13:01:06 +05:30