<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>On older versions of the simulator, we could prevent duplicate Interests from being propagated by doing something likeĀ </div><div>`Config::SetDefault ("ns3::ndn::Pit::PitEntryPruningTimout", StringValue ("1s"));` for ndnSIM 1.0, or `<span style="color:rgb(0,0,0);white-space:pre-wrap">ndnHelper.SetPit ("ns3::ndn::pit::Lru","PitEntryPruningTimout","1");` for newer versions, but that call is gone from the newer version.</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">I couldn't find it in the docs nor in recent mailing list posts. Is there a way to perform this custom setting? Do I have to change the NFD > PIT settings?</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">The reason for this is that I'm simulating a wireless network and I'm seeing nodes requesting the same Interest dozens of times in a very short period, despite the fact that I set my request rate to be 0.1 Int/sec. </span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Example: one node is requesting the same Interest 15 times in a 50 ms span.</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Application timeout is the default 2s.</span></div><div><br></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Thanks</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div></div></div>