<span style="line-height: 23.3240013122559px;">Hi, everyone</span><br><span style="line-height: 23.3240013122559px;">​</span><span style="line-height: 23.3240013122559px;">I'm so confused about the concept 'limit' in the ndnsim code.</span><div style="line-height: 23.3240013122559px;">1. On this page 'http://ndnsim.net/fw.html',  a equation is presented according to which limit is set. What are the meanings of Delay and Bandwidth? Is it about a single link or all the links?</div><div style="line-height: 23.3240013122559px;">2. And I notice that the dimension(量纲) of limit in this equation is number of interest, not number per second. I think this doesn't comply with <a class="reference external" href="http://ndnsim.net/doxygen/classns3_1_1ndn_1_1_limits_1_1_rate.html" title="" target="_blank" style="color: rgb(145, 165, 1); text-decoration: none; font-weight: bold; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(145, 165, 1); font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif; font-size: 15px; line-height: 19.0666675567627px; text-align: justify;">ns3::ndn::Limits::Rate</a> situation.</div><div style="line-height: 23.3240013122559px;">3. Following that, a code is presented: '<span class="n" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">ndnHelper</span><span class="p" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">.</span><span class="n" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">EnableLimits</span><span style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;"> </span><span class="p" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">(</span><span class="nb" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap; color: rgb(0, 112, 32);">true</span><span class="p" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">,</span><span style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;"> </span><span class="n" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">Seconds</span><span style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;"> </span><span class="p" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">(</span><span class="mf" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap; color: rgb(32, 128, 80);">0.2</span><span class="p" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">),</span><span style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;"> </span><span class="mi" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap; color: rgb(32, 128, 80);">40</span><span class="p" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">,</span><span style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;"> </span><span class="mi" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap; color: rgb(32, 128, 80);">1100</span><span class="p" style="font-size: 15px; line-height: 17.6000003814697px; white-space: pre-wrap;">);</span><span style="line-height: 1.7;">', does this mean that all the links' delay in topology are 0.2?</span></div><div style="line-height: 23.3240013122559px;"><span style="line-height: 1.7;"><br></span></div><div style="line-height: 23.3240013122559px;"><span style="line-height: 1.7;">Thank you!</span></div>