Project

General

Profile

Actions

Task #4736

closed

MemoryContentCache PendingInterest should use a default InterestLifetime and not support infinite lifetime.

Added by Anonymous over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
09/17/2018
Due date:
% Done:

0%

Estimated time:

Description

Issue #4729 corrects the MemoryContentCache PendingInterest constructor to use a default of 4000 milliseconds if the InterestLifetime is omitted. This means that the support for infinite lifetime interests in isTimedOut can be removed:

    def isTimedOut(self, nowMilliseconds):
        return (self._timeoutTimeMilliseconds >= 0.0 and
                nowMilliseconds >= self._timeoutTimeMilliseconds)
Actions #1

Updated by Anonymous over 5 years ago

  • Status changed from New to Closed

Changes are merged to master in all libraries.

Actions

Also available in: Atom PDF