Home › Forums › PeerfactSim Forum › Where can the route method of Pastry be found? › Reply To: Where can the route method of Pastry be found?
May 21, 2015 at 5:23 pm
#762
Guest
Hi,
yes it is correct, the method at line 497 is the used routing method for Pastry. It implements the definition from the KBR interface. In addition, you can find a nodeLookup and a valueLookup methods (which are defined by the DHT interface) which you can also use for routing purposes.