<div>Hi Matteo</div><div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would like to disable the CS on a node.<br class="gmail_msg">
Should I write in the node.conf simply cs_max_packets 0 ?</blockquote><div>Yes.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">how can a producer forbid a packet to be cached?<br class="gmail_msg">
Should I set the freshnessPeriod to 0?</blockquote><div>FreshnessPeriod=0 still allows the Data to be cached, but it cannot satisfy any Interest with MustBeFresh selector.</div><div>CachePolicy=NoCache in NDNLPv2 header (implemented as ndn::lp::CachePolicyTag in ndn-cxx) forbids local NFD to cache a Data, but other NFD can still cache it.</div><div><br></div><div>Yours, Junxiao</div></div></div>