<html><head></head><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:16px"><div id="yui_3_16_0_1_1447658706268_4651">  Hello everyone,</div><div id="yui_3_16_0_1_1447658706268_4650" dir="ltr">I would like to say that I want to implement my algorithm with modifying ndnsim. As I know three entities ( data packet, flag for showing unsolicited data and timestamp) are stored in cs . I want to save another entity for each content which identifies the probability that each content should be saved. Moreover, according to this index ( probability ) the content will be saved or dropped  and I would like that this probability will be updated after receiving any packet instead of using lru policy. is there any persons who can guide me about bellow questions :</div><div id="yui_3_16_0_1_1447658706268_4939" dir="ltr">1) for adding another index I should modify onIncomingData function in forward.cpp ? </div><div id="yui_3_16_0_1_1447658706268_5016" dir="ltr">2) for decision according to the new index I just need to modify lru.policy.hpp ? ( how the packet can be ordered according this new index instead of using least recently used)</div><div id="yui_3_16_0_1_1447658706268_5128" dir="ltr">any help will be appreciated</div><div id="yui_3_16_0_1_1447658706268_5129" dir="ltr">thanks in advance</div><div id="yui_3_16_0_1_1447658706268_5130" dir="ltr">best regards </div><div id="yui_3_16_0_1_1447658706268_5106" dir="ltr">   </div><div id="yui_3_16_0_1_1447658706268_4921"> </div></div></body></html>