[ndnSIM] Some queries regarding network queue

madhurima buragohain madhurimajya at gmail.com
Tue Jul 3 03:00:33 PDT 2018


Dear All,

I have a simple question.

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.

Am i correct??

In the forwarder.cpp file, it write

void
Forwarder::onIncomingInterest(Face& inFace, const Interest& interest)
{

if(m_pit.size()>=200) //suppose PIT size is 200

        {

                return;
        }
......
}


So when I write return, the packet is dropped or not?


I have not seen any network queue in the simulator.

Am i missing something??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20180703/c26170bf/attachment.html>


More information about the ndnSIM mailing list