<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(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>