Actions
Bug #2831
closedAccessStrategy: loop back to downstream
Start date:
05/23/2015
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
Steps to reproduce:
A$ nfdc register /example udp://B; nfdc set-strategy /example /localhost/nfd/strategy/access
B$ nfdc register /example udp://A; nfdc set-strategy /example /localhost/nfd/strategy/access
- observe traffic with
ndndump
A$ ndnpeek /example/$RANDOM
Expected: an Interest is sent from A to B
Actual: an Interest is sent from A to B, and then the same Interest (with same Nonce) is looped back from B to A
Actions