<div><div dir="auto">Hi Mohammed</div></div><div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>I need help to  under stand how ndnSIM  done the scheduling between the Interest and Data packet if the are forwarding to the same interface as some paper mention there is separate queue for Interest and data and how the scheduling done between these queues nevertheless</div></div></blockquote><div dir="auto"><div dir="auto">ndnSIM uses NFD as its forwarding engine. NFD does not have internal queuing, but simply sends every packet out of the face. TX queuing occurs outside of NFD.</div><div dir="auto">In standalone (non-ndnSIM) version of NFD, TX queuing would be in the socket buffer of OS kernel.</div><div dir="auto">In ndnSIM, TX queuing occurs in the ns-3 NetDevice. All network packet types (Interest, Data, and Nack) share the same queue.</div></div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>as we know interest packet is smaller comparing to the data packet.</div></div></blockquote><div dir="auto">With the arrival of Interest Parameters in NDN packet format v0.3, as well as forwarding hint from two years ago, it’s no longer correct to assume Interest is smaller than Data.</div><div dir="auto"><br></div></div></div><div dir="auto">Yours, Junxiao</div>