<div dir="ltr">Dear All, <div><br></div><div><br></div><div>I'm using the <b>StackHelper</b> to implement the caching policy with the function <b>SetOldContentStore</b> to use the freshness policy and I have several questions:</div><div><br></div><div>1- Does the freshness policy still working? I use the "<b>ns3::ndn::cs::Freshness::Lru</b>" and I have two producers each has different freshness values. I edited the consumer class to enforce asking for fresh data only ( using the <b>MustBeFresh</b> flag). Do I need to change any other classes?</div><div><br></div><div>2- I'm trying to implement the caching policy in some nodes only and I tried to use <b>stackHelper.Install( Ptr<Node> node)</b> instead of InsallAll(), but it didn't work and I got the following message ( terminated with signal SIGSEGV). </div><div><br></div><div>3- Maybe a dummy question. For the cached data in the content store, how the freshness value decreases over time?</div><div><br></div><div>4- I'm using <b>CsTracer</b> to get the cache hits and misses, and I'm trying with different caching polices ( old content store ones), different consumers frequency rates and different freshness values. However, the results are almost the same for all trails with high cache misses and low cache hits. How can I get better results?</div><div><br></div><div><b>your help is really appreciated. </b></div><div><br></div><div>Regards,</div><div>Samar</div><div><br></div><div><br></div></div>