mirror of
https://github.com/ChronosX88/KademliaDHT.git
synced 2024-11-24 19:22:18 +00:00
d242e0a13a
- 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 |
||
---|---|---|
.. | ||
hashing | ||
serializer | ||
RouteLengthChecker.java |