Project

General

Profile

Bug #1358

Updated by Junxiao Shi about 10 years ago

ndn-cpp-dev commit 28908b7e71e2b5c38349ba58e2c5456e27106752   
 NFD commit 141eaae99e17d186068e63484c9a0fb844a041a3 

 Steps to reproduce: 

 1. start NFD 
 2. in **ndn-cpp-dev**: execute `NFD=1 build/examples/producer` and `NFD=1 build/examples/consumer`; observe that Interest-Data exchange occurs 
 3. kill producer and run `NFD=1 build/examples/producer` again 
 4. execute `NFD=1 build/examples/consumer` 

 Expected: Interest-Data exchange occurs   
 Actual: consumer reports "Timeout" 

 --- 

 Original report by Obaid 

 > If NRD is restarted it stops getting registration requests. This problem doesn't occur if both nfd and nrd are restarted.  

Back