[ndnSIM] Drop cached data in ndnsim

Zeinab Rezaiefar zeinab.rezaiefar at gmail.com
Fri Feb 7 01:15:47 PST 2020


Hello,
I would like to know how I can drop cached data in forward.cpp code. I can
access the cache entries will the below command :
for(ns3::Ptr<ns3::ndn::cs::Entry> csentry= m_csFromNdnSim->Begin();
csentry!= m_csFromNdnSim->End(); csentry=m_csFromNdnSim->Next(csentry))
{

}
I am wondering how I can drop a cached data in this code. I would like to
say that I do not want to define a new cache policy, and the method is
independent of the cache policy.
I will appreciate any help
Thanks
Kind regards
Zeinab
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20200207/8c5427c7/attachment.html>


More information about the ndnSIM mailing list