<div dir="ltr"><div>Hello,</div><div> I want to implement a custom forwarding strategy for NDN networks.</div><div>As we know that corresponding to every interface there is a list of interfaces associated with it.How do we choose the interface depends on the forwarding strategy.</div><div>I want to maintain various timestamps(best, worst ,last packet) corresponding to each interfaces (this timestamp represents how much time on that node took to satisfy the requests. As response follows same path as request i think it is easier to measure timestamps.)</div><div>While choosing the next interface i will choose one having least timestamp and keep on doing so until it starts to get congested (say if it crossed 4 times the worst time recorded then forwarding strategy will choose another interface ).</div><div>And how do we change the link weights for the networks ?(i tried changing routing metric in topology.txt file but still forwarding strategy followed same path)</div><div><br></div><div>Any help regarding about above strategy will be helpful.(like where can i record timestamp etc files needed to modify FIB structure for adding timestamps corresponding to each interfaces etc. )</div><div>Thank you all<br></div><div><br></div><div><br></div></div>