[ndnSIM] How can I get the contents ahout PIT.

Junxiao Shi shijunxiao at email.arizona.edu
Thu Nov 3 14:57:38 PDT 2016


Hi John

To get the CS and enumerate its entries:

Ptr<L3Protocol> l3 = L3Protocol::getL3Protocol(node);
const Cs& cs = l3->getForwarder()->getCs();
for (const auto& entry : cs) {
  ..
}

Yours, Junxiao

On Thu, Nov 3, 2016 at 2:53 PM, John Baugh <jpbaugh at umich.edu> wrote:

> While we're in a similar discussion, what about the contents of the CS?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20161103/04e8575b/attachment.html>


More information about the ndnSIM mailing list