<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hello all, <br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I am observing some strange forwarding behaviour of NFD. I am working on a star topology of 4 nodes (1 middle and three leaf nodes) where each node is running NFD and the routing is setup in a way that the leaf nodes talk to each other via middle node. <br>In this particular scenario two nodes (attached to face 333 and 273) requesting the same data from the third node.<br>Here is what I am observing at the middle node. <br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">At 1 the middle node got the interest from node 1 and as there was no matching Content in CS, it was forwarded to the Producer. <br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">At 4 the middle node got the data back, which is forwarded towards the consumer in step 6.<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">At 8, the middle node got the same interest from node 2. However, instead of serving it from the CS; the interest was forwarded to the Producer again. <br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Shouldn't it be served from the CS as we have already got the data in step 4. Any idea what's going wrong here?  </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br><blockquote><ol><li>1505869006.866421 DEBUG: [Forwarder] onIncomingInterest face=333 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042 </li><li>1505869006.866489 DEBUG: [Forwarder] onContentStoreMiss interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869006.866537 DEBUG: [Forwarder] onOutgoingInterest face=303 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.849591 DEBUG: [Forwarder] onIncomingData face=303 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.849650 DEBUG: [Forwarder] onIncomingData matching=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.849687 DEBUG: [Forwarder] onOutgoingData face=333 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.949745 DEBUG: [Forwarder] onInterestFinalize interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042 satisfied</li><li>1505869008.050235 DEBUG: [Forwarder] onIncomingInterest face=273 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.050316 DEBUG: [Forwarder] onContentStoreMiss interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.050363 DEBUG: [Forwarder] onOutgoingInterest face=303 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.062779 DEBUG: [Forwarder] onIncomingData face=303 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.062935 DEBUG: [Forwarder] onIncomingData matching=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.062964 DEBUG: [Forwarder] onOutgoingData face=273 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.163024 DEBUG: [Forwarder] onInterestFinalize interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042 satisfied</li></ol></blockquote></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br>Thanks, <br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Obaid<br></div></div>