<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I have seen issues with a mobile node trying to get associated with an AP, which were resolved with the changes in the NetDeviceTransport that I mentioned before. </div><div class=""><br class=""></div><div class="">Other than that, you can try to play around with the NetDevice class parameters or send an email to the NS3 mailing list. </div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""><div class="">
<div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div><div class=""><br class=""></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Apr 21, 2017, at 10:12 AM, Amir Ibrahim <<a href="mailto:a.ibrahim@fci-cu.edu.eg" class="">a.ibrahim@fci-cu.edu.eg</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">To be clear my scenario isn't pure Ad-Hoc wireless network it is infrastructure  one, with wireless mobile nodes connected to Access Points APs and APs are interconnected by a grid of routers.</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Fri, Apr 21, 2017 at 12:55 PM, Amir Ibrahim <span dir="ltr" class=""><<a href="mailto:a.ibrahim@fci-cu.edu.eg" target="_blank" class="">a.ibrahim@fci-cu.edu.eg</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Hi Spyros,<div class="">                 I did the modifications you suggested and still interests aren't forwarded. </div><div class="">I think the problem is in net-devices connecting WiFi APs to routers via P2P links, is there anything I can do to net-devices installed at the P2P link ends to force forwarding. </div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Apr 20, 2017 at 10:44 PM, Spyridon (Spyros) Mastorakis <span dir="ltr" class=""><<a href="mailto:mastorakis@cs.ucla.edu" target="_blank" class="">mastorakis@cs.ucla.edu</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Hi,<div class=""><br class=""></div><div class="">probably you need a pure broadcast strategy and some changes in the NetDeviceTransport class. Please take a look here:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/4th-ndn-hackathon/ndnSIM-Mobile-Simulation-Package/commit/d6bce17032111bdf8c170b9c694dced7f0796b14" target="_blank" class="">https://github.com/4th-ndn-hac<wbr class="">kathon/ndnSIM-Mobile-Simulatio<wbr class="">n-Package/commit/d6bce17032111<wbr class="">bdf8c170b9c694dced7f0796b14</a></div><div class=""><br class=""></div><div class="">You might also need to allow NFD to forward a Data packet through the face that it was received:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/4th-ndn-hackathon/ndnSIM-Mobile-Simulation-Package/commit/cadcfc41ff1b6bed617f700f822507c4dcd0f63c" target="_blank" class="">https://github.com/4th-ndn-hac<wbr class="">kathon/ndnSIM-Mobile-Simulatio<wbr class="">n-Package/commit/cadcfc41ff1b6<wbr class="">bed617f700f822507c4dcd0f63c</a></div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""> <br class=""><div class="">
<div class=""><div class=""><div class=""><span style="float:none;display:inline!important" class="">Spyridon (Spyros) Mastorakis</span><br class=""><span style="float:none;display:inline!important" class="">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" target="_blank" class="">http://cs.ucla.edu/~m<wbr class="">astorakis/</a><br class=""><span style="float:none;display:inline!important" class="">Internet Research Laboratory</span><br class=""><span style="float:none;display:inline!important" class="">Computer Science Department</span><br class=""><span style="float:none;display:inline!important" class="">UCLA</span></div><div class=""><br class=""></div></div></div></div><div class=""><div class="m_-2287561700722359961h5"><div class=""><blockquote type="cite" class=""><div class="">On Apr 20, 2017, at 9:33 AM, Amir Ibrahim <<a href="mailto:a.ibrahim@fci-cu.edu.eg" target="_blank" class="">a.ibrahim@fci-cu.edu.eg</a>> wrote:</div><br class="m_-2287561700722359961m_-2445344120906894369Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class="">   I modified one of the examples to simulate the mobility impact on caching.</div><div class="">My scenario is:</div><div class="">1. a grid of routers (4*4)</div><div class="">2. 8 WiFi access points </div><div class="">3. 25 mobile wifi consumers</div><div class=""><br class=""></div><div class="">- both routers and APs are cache enabled, WiFi consumers are unable to cache.</div><div class="">- scenario code attached</div><div class=""><br class=""></div><div class="">When I run the scenario, I get lot of NACKs with no route reason (when I use Best-route forwarding), and re-transmission trials when I use (multicast) forwarding strategy.</div><div class=""><br class=""></div><div class="">as below:</div><div class=""><br class=""></div><div class="">Any clue why nodes aren't forwarding interest packets</div><div class=""><br class=""></div><div class="">ns3@ubuntu:~/ndnSIM/ns-3$ NS_LOG=ndn.Consumer:ndn.Produc<wbr class="">er ./waf --run scratch/project-simulation --vis</div><div class="">Waf: Entering directory `/home/ns3/ndnSIM/ns-3/build'</div><div class="">Waf: Leaving directory `/home/ns3/ndnSIM/ns-3/build'</div><div class="">Build commands will be stored in build/compile_commands.json</div><div class="">'build' finished successfully (3.637s)</div><div class="">0s -1 ndn.Consumer:Consumer()<br class=""></div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Consumer:Consumer()</div><div class="">0s -1 ndn.Producer:Producer()</div><div class="">0s 24 ndn.Producer:StartApplication(<wbr class="">)<br class=""></div><div class="">0s 33 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 34 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 35 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 36 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 37 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 38 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 39 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 40 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 41 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 42 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 43 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 44 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 45 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 46 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 47 ndn.Consumer:StartApplication(<wbr class="">)</div><div class="">0s 33 ndn.Consumer:SendPacket()</div><div class="">0s 33 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 33 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 34 ndn.Consumer:SendPacket()</div><div class="">0s 34 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 34 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 35 ndn.Consumer:SendPacket()</div><div class="">0s 35 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 35 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 36 ndn.Consumer:SendPacket()</div><div class="">0s 36 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 36 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 37 ndn.Consumer:SendPacket()</div><div class="">0s 37 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 37 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 38 ndn.Consumer:SendPacket()</div><div class="">0s 38 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 38 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 39 ndn.Consumer:SendPacket()</div><div class="">0s 39 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 39 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 40 ndn.Consumer:SendPacket()</div><div class="">0s 40 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 40 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 41 ndn.Consumer:SendPacket()</div><div class="">0s 41 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 41 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 42 ndn.Consumer:SendPacket()</div><div class="">0s 42 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 42 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 43 ndn.Consumer:SendPacket()</div><div class="">0s 43 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 43 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 44 ndn.Consumer:SendPacket()</div><div class="">0s 44 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 44 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 45 ndn.Consumer:SendPacket()</div><div class="">0s 45 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 45 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 46 ndn.Consumer:SendPacket()</div><div class="">0s 46 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 46 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0s 47 ndn.Consumer:SendPacket()</div><div class="">0s 47 ndn.Consumer:SendPacket(): [INFO ] > Interest for 0</div><div class="">0s 47 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 0 with +0.0ns. already 0 items</div><div class="">0.5s 33 ndn.Consumer:SendPacket()</div><div class="">0.5s 33 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 33 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 34 ndn.Consumer:SendPacket()</div><div class="">0.5s 34 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 34 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 35 ndn.Consumer:SendPacket()</div><div class="">0.5s 35 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 35 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 36 ndn.Consumer:SendPacket()</div><div class="">0.5s 36 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 36 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 37 ndn.Consumer:SendPacket()</div><div class="">0.5s 37 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 37 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 38 ndn.Consumer:SendPacket()</div><div class="">0.5s 38 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 38 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 39 ndn.Consumer:SendPacket()</div><div class="">0.5s 39 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 39 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 40 ndn.Consumer:SendPacket()</div><div class="">0.5s 40 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 40 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 41 ndn.Consumer:SendPacket()</div><div class="">0.5s 41 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 41 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 42 ndn.Consumer:SendPacket()</div><div class="">0.5s 42 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 42 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 43 ndn.Consumer:SendPacket()</div><div class="">0.5s 43 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 43 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 44 ndn.Consumer:SendPacket()</div><div class="">0.5s 44 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 44 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 45 ndn.Consumer:SendPacket()</div><div class="">0.5s 45 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 45 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 46 ndn.Consumer:SendPacket()</div><div class="">0.5s 46 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 46 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.5s 47 ndn.Consumer:SendPacket()</div><div class="">0.5s 47 ndn.Consumer:SendPacket(): [INFO ] > Interest for 1</div><div class="">0.5s 47 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 1 with +500000000.0ns. already 1 items</div><div class="">0.500489s 37 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%01, reason: NoRoute</div><div class="">0.500498s 43 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%01, reason: NoRoute</div><div class="">0.501802s 39 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%01, reason: NoRoute</div><div class="">0.502403s 41 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%01, reason: NoRoute</div><div class="">0.502652s 38 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%01, reason: NoRoute</div><div class="">0.503541s 35 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%01, reason: NoRoute</div><div class="">1s 33 ndn.Consumer:SendPacket()</div><div class="">1s 33 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 33 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 34 ndn.Consumer:SendPacket()</div><div class="">1s 34 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 34 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 35 ndn.Consumer:SendPacket()</div><div class="">1s 35 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 35 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 36 ndn.Consumer:SendPacket()</div><div class="">1s 36 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 36 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 37 ndn.Consumer:SendPacket()</div><div class="">1s 37 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 37 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 38 ndn.Consumer:SendPacket()</div><div class="">1s 38 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 38 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 39 ndn.Consumer:SendPacket()</div><div class="">1s 39 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 39 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 40 ndn.Consumer:SendPacket()</div><div class="">1s 40 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 40 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 41 ndn.Consumer:SendPacket()</div><div class="">1s 41 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 41 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 42 ndn.Consumer:SendPacket()</div><div class="">1s 42 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 42 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 43 ndn.Consumer:SendPacket()</div><div class="">1s 43 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 43 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 44 ndn.Consumer:SendPacket()</div><div class="">1s 44 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 44 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 45 ndn.Consumer:SendPacket()</div><div class="">1s 45 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 45 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 46 ndn.Consumer:SendPacket()</div><div class="">1s 46 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 46 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s 47 ndn.Consumer:SendPacket()</div><div class="">1s 47 ndn.Consumer:SendPacket(): [INFO ] > Interest for 2</div><div class="">1s 47 ndn.Consumer:WillSendOutIntere<wbr class="">st(): [DEBUG] Trying to add 2 with +1000000000.0ns. already 2 items</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class="">1s -1 ndn.Consumer:OnTimeout(0)</div><div class=""><b class="">1.0005s 37 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%02, reason: NoRoute</b></div><div class=""><b class="">1.00056s 43 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%02, reason: NoRoute</b></div><div class=""><b class="">1.00178s 41 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%02, reason: NoRoute</b></div><div class=""><b class="">1.00196s 38 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%02, reason: NoRoute</b></div><div class=""><b class="">1.00229s 39 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%02, reason: NoRoute</b></div><div class=""><b class="">1.00395s 35 ndn.Consumer:OnNack(): [INFO ] NACK received for: /prefix/%FE%02, reason: NoRoute</b></div><div class=""><b class="">1.5s 33 ndn.Consumer:SendPacket()</b></div><div class="">   <br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="m_-2287561700722359961m_-2445344120906894369gmail_signature"><div dir="ltr" class="">   Regards<br class="">Amir I. Mohamad<br class="">Assistant Lecturer <br class="">Faculty of Computers & Information<br class="">IT Dept. Cairo University</div></div>
</div></div>

<br class=""></div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="m_-2287561700722359961gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class="">   Regards<br class="">Amir I. Mohamad<br class="">Assistant Lecturer <br class="">Faculty of Computers & Information<br class="">IT Dept. Cairo University</div></div>
</div>
</div></div></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class="">   Regards<br class="">Amir I. Mohamad<br class="">Assistant Lecturer <br class="">Faculty of Computers & Information<br class="">IT Dept. Cairo University</div></div>
</div>

<br class="">
<br class=""></div></blockquote></div><br class=""></div></body></html>