I'm using the SWAN framework in ns2. there are 2 things in there. The swan admission controller, and the swan rate controller. Swan admission controller is an agent, while swan rate controller is a child of the Connector class. I wanna send a packet through the network (which is send by the admission controller), and when it is received by the admission controller of a node, I want to be sent to the rate controller of the same node so i can change the rate!
Is there any way i can send the packet between two entities in the same node?
