KademliaDHT/src/kademlia/util
Joshua Kissoon d242e0a13a Route Length Computation
- Before we were doing this by just adding incrementing a value everytime we get a set of nodes as the reply of a FIND_NODE or FIND_VALUE RPC
-- This may be wrong since nodes the same distance away may reply and we'll still be incrementing for both
- Created a route length checker class to properly check route lengths

ContentLookupOperation
- Added the route length check to the CLO operation

Didn't add it to the NodeLookupOperation since I'm not sure we're using it anywhere... Though it can be useful there
2014-05-10 21:17:44 +05:30
..
hashing Updated the HashCalculator class to add some more functionality 2014-04-05 22:45:01 +05:30
serializer Saving State & Reloading 2014-05-01 16:52:31 +05:30
RouteLengthChecker.java Route Length Computation 2014-05-10 21:17:44 +05:30