<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Navdeep,</div><div class=""><br class=""></div><div class="">Are you asking about the ndnSIM or real NFD deployment?  For ndnSIM, you can follow Spyros's answer.  To "disable" cache in real deployment of NFD, you can change tables.cs section in nfd.conf:</div><div class=""><br class=""></div><div class=""><div class="">tables</div><div class="">{</div><div class="">  cs_max_packets 1</div><div class="">  ...</div><div class="">}</div></div><div class=""><br class=""></div><div class="">Please note that there could be a few implications of that.  Not very likely, but you may  encounter problems with management protocols.  If so, just increase a little bit the cache size and problems should go away (there are a few temporary internal dependencies on cache within NFD).</div><div class=""><br class=""></div><div class="">---</div><div class="">Alex</div><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 10, 2015, at 3:07 AM, Navdeep Uniyal <<a href="mailto:navdeep.uniyal@neclab.eu" class="">navdeep.uniyal@neclab.eu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class="">Hello all,<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class=""> </span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class="">I want to disable the content store for testing purposes in my experiment. According to NDNSim - ndnHelper.setCsSize(<max-size-in-packets>), the minimum size we can set is 1. Is there a way to disable the CS Store caching.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class=""> </span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class="">Also, (w.r.t.) ndn-traffic-generator : How can we generate manifest files (for e.g. video streaming).<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class=""> </span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class=""> </span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class=""> </span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" class="">Best Regards,<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10.5pt; font-family: Consolas;" class="">Navdeep Uniyal</span></div></div></div></blockquote></div></body></html>