<div dir="ltr">Junxiao et al.,<div><br></div><div>Thank you for your response.  That does clarify things a bit.  Would the best option to, in your words, "program/configure your consumer to send out Interests with same names" be to subclass Consumer (or one of its subclasses) and override one of the methods?</div><div><br></div><div>1.  I cannot seem to find where the randomization of the values such as %FE%C3 are being appended to "/prefix/" before the interest is sent.  Does anyone know where this would be?</div><div><br></div><div>2.  I suppose that my goal is to have a particular Consumer object request say, /prefix/1 multiple times, maybe interspersed with say, prefix/2 or others (but from a finite, reasonably predictable set of options.  Thoughts?</div><div><br></div><div>3,  I assume if I do (2) even with different Nonces, the producer, cache, etc. will consider anything with /prefix/1 to be a single requested content object, correct?  </div><div><br></div><div>4.  I would also assume that it's unlikely the Producer would need modified, if you specify that the producer handles "/prefix/" then, anything starting with that should be responded to with content, correct?</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 6, 2017 at 2:52 PM, Junxiao Shi <span dir="ltr"><<a href="mailto:shijunxiao@email.arizona.edu" target="_blank">shijunxiao@email.arizona.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi John</div><div><br><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br></div><div>When the requested "/prefix" is set for particular consumers, for example, there appear to be many requests made (e.g., ConsumerCbr):</div><div><br></div><div>/prefix/%FE%C3/...</div><div>/prefix/%FE%C4/...</div><div><br></div><div>1.  I printed out the contents of cached items in the Content Store (using getFullName().toUri() on the iterator in my loop, starting at begin(), ending at end(), of course.), and noticed that each of these is treated as separate content objects?</div></div></blockquote><div><br></div></span><div>Yes.</div><span class=""><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div><br></div><div>2.  I was previously under the impression that /prefix/<i>whatever</i> was a single content object, and that the Content Store wouldn't cache more than one of them.  Is the /%FE%C3/... part of the content object's true name?</div></div></blockquote><div><br></div></span><div>Yes.</div><span class=""><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div><br></div><div>3.  If this is the case, it seems like the Consumers never request the same item more than once... is there any way to control this?  I want to ultimately simulate multiple requests of the same contents from various consumers to see how it affects the Cs</div></div></blockquote><div><br></div></span><div>You can program/configure your consumer to send out Interests with same names.</div><div><br></div><div>Yours, Junxiao</div></div></div>
</blockquote></div><br></div>