KademliaDHT/src/kademlia
Joshua Kissoon 210e3842ca ContentLookupOperation
- Forgot to initialize the route length checker

DHT
- Setup the subfolder for content to be 2 digits in length instead of 10
-- With 10, we only have 1 content in a folder, 2 will be better since > 1 content will be in a folder
-- Content with similar key tend to be in the same user, so they'll be alot in the same folder
2014-05-10 23:34:17 +05:30
..
core ContentLookupOperation 2014-05-10 23:34:17 +05:30
dht ContentLookupOperation 2014-05-10 23:34:17 +05:30
exceptions Kad Server 2014-04-28 16:46:32 +05:30
message Renamed NodeId to KademliaId Since that's basically what it is! 2014-05-09 11:03:00 +05:30
node Made a few KadBucket methods private 2014-05-09 16:05:14 +05:30
operation ContentLookupOperation 2014-05-10 23:34:17 +05:30
routing Route Length Computation 2014-05-10 21:17:44 +05:30
tests Renamed NodeId to KademliaId Since that's basically what it is! 2014-05-09 11:03:00 +05:30
util Route Length Computation 2014-05-10 21:17:44 +05:30
KademliaNode.java Removed the excess method syncs 2014-05-09 13:22:40 +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