Hi Alex,<br><br>I would like to implement a packet verification before the actions in the method <b>ForwardingStrategy::OnData(...)</b>
 to be performed. I have tried to overwrite this method in a 
ForwardingStrategy derived class but I end up with a bunch of erros like
 this:<br>
<br><b>"./libns3-dev-ndnSIM-debug.so: undefined reference to `ns3::ndn::fw::CustomFlooding::OnData(ns3::Ptr<ns3::ndn::Face>, ns3::Ptr<ns3::ndn::ContentObjectHeader const>, ns3::Ptr<ns3::Packet>, ns3::Ptr<ns3::Packet const>)"</b><br>


<br>I could implement my code on the ForwardingStrategy class directly, but I am not sure if this is the best way.<br><br>Could you helpe me?<br><br>Best Regards,<br><br>Igor Ribeiro