dear ns-users
 
For get the performance of your protocol, I advice you to disable the ARP module
to do this you djust need to add three instructions at the top of the 
ARPTable::arpresolve function in arp.cc file like this
 
hdr_cmn *ch = HDR_CMN(p);
mac_->hdr_dst((char*) HDR_MAC(p), ch->next_hop());
return 0;

Best regards
 


      

Reply via email to