Project

General

Profile

Bug #1405

Updated by Alex Afanasyev over 11 years ago

I'm still investigating the reason, but in certain cases newly expressed Interest is cancelled and face is set into paused state. 

 Steps to reproduce 

 * start daemon (nfd or ndnd-tlv, doesn't matter) 
 * run ``./build/examples/producer`` 
 * run modified consumer (attached) 

 Expected output: 

     [cawka@cawka-mac ndn-cpp (new3)]$ ./build/examples/consumer 
     I: /localhost/testApp/randomData?ndn.MustBeFresh=1&ndn.Scope=1&ndn.InterestLifetime=1000 milliseconds&ndn.Nonce=746518250 
     D: /localhost/testApp/randomData/testApp/%00%00%01D%FBX%E6%08 
     Timeout 
     I: /localhost/testApp/randomData?ndn.MustBeFresh=1&ndn.Scope=1&ndn.InterestLifetime=1000 milliseconds&ndn.Nonce=1600090386 
     D: /localhost/testApp/randomData/testApp/%00%00%01D%FBX%E6%08 

 Actual output: 

     [cawka@cawka-mac ndn-cpp ((14f2df5...))]$ ./build/examples/consumer 
     I: /localhost/testApp/randomData?ndn.MustBeFresh=1&ndn.Scope=1&ndn.InterestLifetime=1000 milliseconds&ndn.Nonce=618238768 
     D: /localhost/testApp/randomData/testApp/%00%00%01D%FBXm%95 
     Timeout 
     Timeout 

Back