[ndnSIM] [EXT] Getting all PIT entries of a node.

Prajjwal Singh csb17053 at tezu.ac.in
Mon May 3 12:06:03 PDT 2021


Thank you for the information.
 Specially for the scaling part.
I Will try to create some small data structure to track the pit entries I
need, hopefully it will help.

On Tue, 4 May 2021, 00:31 Junxiao Shi, <shijunxiao at email.arizona.edu> wrote:

> Hi Prajjwal
>
> Forwarder::onIncomingInterest function can access the PIT via m_pit member
> field of the Forwarder class.
> The PIT is iterable via standard begin() end() functions.
>
> However, if your algorithm depends on PIT enumeration upon every Interest
> receipt, it likely would not scale.
>
> Yours, Junxiao
>
> On Mon, May 3, 2021 at 7:54 AM Prajjwal Singh <csb17053 at tezu.ac.in> wrote:
>
>> *External Email*
>> Hello everybody,
>> I am trying to get all the entries in the PIT of a node whenever an
>> interest packet arrives at that node.
>>
>> I am trying to tweak the code in the function onIncomingInterest(ingress,
>> interest) inside NFD/daemon/table/fw/forwarder.cpp.
>>
>> Kindly help me with this, it would be really helpful if either one gives
>> me some hint about the objects i need to make or provide with some example
>> code.
>>
>> Thanking you in advance
>> Prajjwal Singh
>> _______________________________________________
>> ndnSIM mailing list
>> ndnSIM at lists.cs.ucla.edu
>> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20210504/3c235a25/attachment.html>


More information about the ndnSIM mailing list