Bug #4132
Updated by Junxiao Shi over 7 years ago
Topology: A--R--B * All connections are made with point-to-point faces. Steps to reproduce: 1. on R, set an affected strategy on `/A` namespace 2. on R, add a route for `/A` prefix toward A 3. on A and B, add a route for `/` prefix toward R 4. on B, express an Interest `/A/1`; the Interest is forwarded to A 5. after suppression period (if any) has elapsed, but before InterestLifetime expires: on A, express an Interest `/A/1` 6. 200ms later (greater than "straggler timer"), A responds Data `/A/2` Actual: NFD log indicates `ERROR: [Forwarder] onInterestReject interest=/A/1 cannot reject forwarded Interest`. Interest`; eventually B does not get Data. Expected: no such error message. message; eventually B can get Data.