[ndnSIM] Implement new Replacement Policy on NFD

Junxiao Shi shijunxiao at email.arizona.edu
Sun Feb 24 04:21:17 PST 2019


Hi

CS contains Data, not Interest.

To associate auxiliary information with each entry, you can make a std::map
with cs::iterator as key type and your “value” as mapped type.
Example: priority-fifo policy’s EntryInfoMapFifo struct.

Yours, Junxiao

On Sun, Feb 24, 2019 at 05:50 <mdparamartha95 at students.itb.ac.id> wrote:

> Hello everybody,
>
> Currently, I'm doing research to implement a new replacement policy in
> NdnSim,
>
> I'm trying to modify the cs-policy-lru.cpp and .hpp as well.
>
> But I little bit confused about the C language that NFD used,
>
> in LRU(cs-policy-lru.cpp) the policy only move the referenced interest to
> the end,
>
> How can I add value for each interest? Like implementing an
> LFU replacement policy where each interest has its own frequency.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20190224/eb9e23b8/attachment.html>


More information about the ndnSIM mailing list