[ndnSIM] FIB related information

Junxiao Shi shijunxiao at email.arizona.edu
Mon Nov 4 19:50:48 PST 2019


Hi Swetha

ns-3 does not model processing time. Therefore, FIB lookup (as well as all
other data structure operations) time is always zero.
To measure FIB lookup time, you'll need to:

   1. create a model of FIB lookup
   2. change FIB lookup function in ndnSIM to return asynchronously


Yours, Junxiao

On Mon, Nov 4, 2019 at 8:34 PM Swetha via ndnSIM <ndnsim at lists.cs.ucla.edu>
wrote:

> Hi
>
> I am trying to implement lookup algorithms for FIB.
>
> Is there any way to measure time spent on FIB table lookup for incoming
> interests at a particular node?
>
> Is it possible to view CS, PIT, FIB tables for individual nodes?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20191104/8108d537/attachment.html>


More information about the ndnSIM mailing list