[ndnSIM] Implement new Replacement Policy on NFD

mdparamartha95 at students.itb.ac.id mdparamartha95 at students.itb.ac.id
Sun Feb 24 04:55:16 PST 2019


thank you for quick respond and explanation, I will try to look at the code that you refer before, and implement it. 

If you don't mind, maybe I will ask more often later on. 

Best Regards, 
Adi Paramartha 


From: "Junxiao Shi" <shijunxiao at email.arizona.edu> 
To: mdparamartha95 at students.itb.ac.id 
Cc: "ndnsim" <ndnsim at lists.cs.ucla.edu> 
Sent: Sunday, February 24, 2019 7:21:17 PM 
Subject: Re: [ndnSIM] Implement new Replacement Policy on NFD 

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/91ef0716/attachment.html>


More information about the ndnSIM mailing list