<div dir="ltr">Greetings all,<div><br></div><div>I'm playing around with some of the content store stuff at the moment and have a couple questions.</div><div><br></div><div>Here are the relevant files to my questions:<br><div><br></div><div><b>My primary simulation file:</b></div><div><a href="https://drive.google.com/open?id=0By9ufeKqmJYYN0dLMENXOVJjSlE">https://drive.google.com/open?id=0By9ufeKqmJYYN0dLMENXOVJjSlE</a><br></div><div><br></div><div><b>My derived / customized policy class:</b></div><div><a href="https://drive.google.com/open?id=0By9ufeKqmJYYYUZOQUZFd21ORDA">https://drive.google.com/open?id=0By9ufeKqmJYYYUZOQUZFd21ORDA</a><br></div><div><br></div><div><b>The output of the contents of Content Store:</b></div><div><a href="https://drive.google.com/open?id=0By9ufeKqmJYYTXdCMU1nN3lYeFU">https://drive.google.com/open?id=0By9ufeKqmJYYTXdCMU1nN3lYeFU</a><br></div><div><br></div><div><br></div></div><div>Questions:</div><div><br></div><div>1.)  I figure the stuff with /prefix/.... in front of it is just randomized / pseudorandomly generated items just starting with /prefix.  But <b>what in the world is </b>the other garbage being printed to the file?  Usually it's something like /localhost/nfd/faces/enable-local/control/<random string>.</div><div><br></div><div>Is this some sort of setup information / link confirmation ACK or something that the nodes send/receive?  Why is the CS caching it as if it were data?  </div><div><br></div><div>2.)  Is there a significant advantage to using one of the NS_LOG or tracers over using standard <fstream> library objects?</div><div><br></div><div>3.)  If I understand correctly, the <b>POLICY </b>is responsible for actually caching the data?  I assume that's all handled with the doBeforeInsert and the related virtual functions, like the policies that ndnSIM provides (FIFO, LRU, etc.), correct?  The Content Store object itself seems to just cache the <i>names</i> and not the actual data?</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>