Actions
Bug #3786
closedInterest with Link not forwarded after same Interest without Link is Nacked or timed out
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Forwarding
Target version:
-
Start date:
09/16/2016
Due date:
% Done:
0%
Estimated time:
Description
Case 1
Topology and route:
/a
A ------> B
- A expresses Interest i1
/example/testApp/randomData
without Link object. - A waits for i1 to timeout.
- A delays a short period of time (see below).
- A expresses Interest i2
/example/testApp/randomData
with Link object delegating/example/testApp
to/a
.
Expected: Interest i2 is forwarded to B.
Actual: Interest i2 is not forwarded to B if step3 delay is less than 100ms. The behavior is as expected if step3 delay is greater than 100ms.
Case 2
Topology and route:
/example /a
C <---------- A ------> B
- A expresses Interest i1
/example/testApp/randomData
without Link object; InterestLifetime is set to 1000ms. - i1 is forwarded to C.
- C responds Nack-NoRoute to A.
- A waits for the Nack.
- A delays a short period of time (see below).
- A expresses Interest i2
/example/testApp/randomData
with Link object delegating/example/testApp
to/a
.
Expected: Interest i2 is forwarded to B.
Actual: Interest i2 is forwarded to C if step5 delay is less than 1000ms. The behavior is as expected if step5 delay is greater than 1000ms.
Actions