I manually need to call the route method of the Pastry API within my application code. I want to look up the implementation of that method in the simulator code, in order to study its functionality.
Is it correct, that the code I am searching for can be found within the PastryNode.java file at line 497 ( public void route(PastryKey key, Message msg, PastryContact hint) )?
Or is this not the route method as it is meant in the original Pastry paper ( route(msg,key) )? If so, where can I find the correct one?
Best regards
Simulator Version: 2013-10-17 PeerfactSim.KOM – Community Edition