[Nfd-dev] Disabling CS store and generate manifest files.

Alex Afanasyev alexander.afanasyev at ucla.edu
Mon Aug 10 12:11:38 PDT 2015


Hi Navdeep,

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:

tables
{
  cs_max_packets 1
  ...
}

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).

---
Alex

> On Aug 10, 2015, at 3:07 AM, Navdeep Uniyal <navdeep.uniyal at neclab.eu> wrote:
> 
> Hello all,
> 
> 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.
> 
> Also, (w.r.t.) ndn-traffic-generator : How can we generate manifest files (for e.g. video streaming).
> 
> 
> 
> Best Regards,
> Navdeep Uniyal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20150810/69a5a5ce/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20150810/69a5a5ce/attachment.bin>


More information about the Nfd-dev mailing list