[Nfd-dev] Calling consumer from NFD code

Junxiao Shi shijunxiao at email.arizona.edu
Thu Dec 8 13:50:13 PST 2016


Hi Mohammad

> my interest name is /ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02 


From the log snippet, this Interest name appears in four Interests, all coming from face 264. The first one is forwarded. Other three are not forwarded, because they are received shortly after the initial Interest packet, so they are aggregated into the existing PIT entry.

1481230655.666194 DEBUG: [Forwarder] onIncomingInterest face=264 interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.666733 DEBUG: [Forwarder] onContentStoreMiss interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.666799 TRACE: [Strategy] lookupFib noLinkObject found=/ndn
1481230655.666879 DEBUG: [Forwarder] onOutgoingInterest face=260 interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.667114 DEBUG: [BestRouteStrategy2] /ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02?ndn.MaxSuffixComponents=2&ndn.Nonce=1808191983 from=264 newPitEntry-to=260

1481230655.667244 DEBUG: [Forwarder] onIncomingInterest face=264 interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.667603 DEBUG: [Forwarder] onContentStoreMiss interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.667661 DEBUG: [BestRouteStrategy2] /ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02?ndn.MaxSuffixComponents=2&ndn.Nonce=681845873 from=264 suppressed

1481230655.667780 DEBUG: [Forwarder] onIncomingInterest face=264 interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.668159 DEBUG: [Forwarder] onContentStoreMiss interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.668218 DEBUG: [BestRouteStrategy2] /ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02?ndn.MaxSuffixComponents=2&ndn.Nonce=3180116241 from=264 suppressed

1481230655.668337 DEBUG: [Forwarder] onIncomingInterest face=264 interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.668662 DEBUG: [Forwarder] onContentStoreMiss interest=/ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02
1481230655.668730 DEBUG: [BestRouteStrategy2] /ndn/44/d83ef13781d9c0f6d6a825f1000ebe38752d34/%00%02?ndn.MaxSuffixComponents=2&ndn.Nonce=4013909888 from=264 suppressed


The last three lines simply mean the application on face 264 is exiting.

> I run the NFD with TRACE option, I was mistaken, the interest will go but the data is not received, here the log , I marked by red the last three line which I think its the error (probably not). Any help?
> 
> 1481230655.670770 TRACE: [UnixStreamTransport] [id=264,local=unix:///run/nfd.sock,remote=fd://29] processErrorCode
> 1481230655.670809 INFO: [Transport] [id=264,local=unix:///run/nfd.sock,remote=fd://29] setState UP -> FAILED
> 1481230655.670874 TRACE: [UnixStreamTransport] [id=264,local=unix:///run/nfd.sock,remote=fd://29] doClose

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20161208/756e26cf/attachment.html>


More information about the Nfd-dev mailing list