Hi all, I'm using an Raw/Agent which at certain moment drops packets, by calling the drop(Packet* p, const char* s). Since it extends Agent, which extends Connector, and since the method is only defined at Connector and never overridden, I suppose that when I call drop() from my class which descends from Agent it in fact calls Connector. The problem is the following: if I turn traces on, and adds error to my scenario, the drops from the errors generated are loget at NS-2 trace file, but the logs from the drop calls at Raw/Tap agent aren't. Does it means that we still need additional configuration on the scenario .tcl file? What's wrong?
Thanks in advance, Fuad Abinader
