Actions
Task #3194
closedexpressInterest should call onTimeout even for unspecified interest lifetime
Status:
Duplicate
Priority:
Normal
Assignee:
-
Start date:
09/10/2015
Due date:
% Done:
0%
Estimated time:
Description
In ndn-cxx, expressInterest still calls onTimeout after a default period (4000 ms), even if the interest does not specify an interest lifetime.
https://github.com/named-data/ndn-cxx/blob/9d158f033cdda77be4ec15967477aa8808490808/src/detail/pending-interest.hpp#L58
The Common Client Libraries should do the same.
Updated by Anonymous almost 9 years ago
- Is duplicate of Bug #3342: Interests without explicit InterestLifetime do not trigger onTimeout callback added
Actions