<div dir="ltr">Hi Madhurima<div><br></div><div>In ndnSIM 2.5, this modification will result in Interest dropped without any records.</div><div>Such "tail drop" may or may not be a good idea.</div><div>An alternative is inserting congestion marks in reply Data when PIT starts to fill up, to ask downstream node to slow down. After all, PIT filling up is a congestion control problem.</div><div><br></div><div>Yours, Junxiao<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 3, 2018 at 6:00 AM, madhurima buragohain <span dir="ltr"><<a href="mailto:madhurimajya@gmail.com" target="_blank">madhurimajya@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Dear All, <br></div><div><br></div><div>I have a simple question. <br></div><div><br></div><div>Interest packet will arrive to PIT after waiting in a network queue right? So when PIT will have no free space, the interest should be in the queue. <br></div><div><br></div><div>Am i correct??<br></div><div><br></div><div>In the forwarder.cpp file, it write</div><div><br></div><div>void<br>Forwarder::onIncomingInterest(<wbr>Face& inFace, const Interest& interest)</div><div>{<br></div><div><br></div><div>if(m_pit.size()>=200) //suppose PIT size is 200<br><br>        { <br>                <br>                return;<br>        }</div><div>......<br></div><div>}<br></div><div><br></div><div><br></div><div>So when I write return, the packet is dropped or not?</div><div><br></div><div><br></div><div>I have not seen any network queue in the simulator.</div><div><br></div><div>Am i missing something??<br></div><br></div>
</blockquote></div><br></div></div></div>