<div><div dir="auto">Hi Jinyang</div></div><div dir="auto"><br></div><div dir="auto">The correct mailing list to ask NFD questions is <b>nfd-dev</b>, not ndn-interest. Please send future questions to nfd-dev instead.</div><div dir="auto"><br></div><div dir="auto">NFD does not explicitly maintain queues. <b>Both receive queue and send queue reside in Linux or macOS kernel</b>, in the form of socket buffers. You may <b>change queue capacity by configuring kernel socket buffer sizes</b>, including UDP, TCP, and libpcap.</div><div dir="auto">Subclasses of ‘Transport’ pulls packets from the receive queue and places packets into the send queue via Boost.Asio library. <b>Transport queries socket API to retrieve send queue length and send queue capacity</b>, and GenericLinkService inserts congestion marks when it detects send queue filling up. Transport does not consider receive queue length and receive queue capacity.</div><div dir="auto"><br></div><div><div dir="auto">Yours, Junxiao</div><br><div class="gmail_quote"><div>On Fri, Jun 8, 2018 at 22:06 <a href="mailto:jinyangl@mail.ustc.edu.cn">jinyangl@mail.ustc.edu.cn</a> <<a href="mailto:jinyangl@mail.ustc.edu.cn">jinyangl@mail.ustc.edu.cn</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
<div><span class="m_3898117758569438741short_text" lang="en">Hello,</span></div><div><span></span><span id="m_3898117758569438741result_box" class="m_3898117758569438741short_text" lang="en"><span style="font-size:10.5pt;line-height:1.5;background-color:transparent">I encountered a problem</span> When sending a lot of interest packets. Is there a sending queue to store interest packets?</span></div>
<div><span id="m_3898117758569438741result_box" class="m_3898117758569438741short_text" lang="en">If so, is it implemented in NFD or is it implemented by a router that is independent of NFD?</span></div><hr style="WIDTH:210px;HEIGHT:1px" color="#b5c4df" size="1" align="left">
<div><span><div style="MARGIN:10px;FONT-FAMILY:verdana;FONT-SIZE:10pt"><div><a href="mailto:jinyangl@mail.ustc.edu.cn" target="_blank">jinyangl@mail.ustc.edu.cn</a></div></div></span></div>
</div>_______________________________________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank">Ndn-interest@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br>
</blockquote></div></div>