I'm trying to find a place in the code where actual decision about which path to send the given packet takes place. For example, I'm sending TCP packet. The TCP Tahoe agent generates it and sends using cooman send() where???? to the node? To the connector? The node can Classify the packet and get some slot (what kind of object is the slot)? In which module and which command is accessing the list of the possible destinations for the packet. Where such a list is stored? Can't find any satisfying info in the documentation. Please, help...
