Task #1242
closedNccStrategy
100%
Description
Implement NccStrategy
which has similar behavior as CCNx 0.7.2 strategy.
Updated by Junxiao Shi over 10 years ago
- Status changed from New to In Progress
- Start date set to 02/20/2014
Updated by Junxiao Shi over 10 years ago
- % Done changed from 0 to 10
OriginalStrategy needs to access measurements::Entry of not only the PIT entry Name, but also its parent.
It's unsafe to expose the whole table to strategy, because strategy may incorrectly place StrategyInfo onto an entity not under its namespace.
Therefore, a Measurements table accessor (#1276) is necessary to give strategy access to measurements entries under its control.
Currently, OriginalStrategy does not need to access other tables except for the entry directly passed to it.
Updated by Junxiao Shi over 10 years ago
- Subject changed from Original Strategy to NccStrategy
- Description updated (diff)
20140220 conference call decides to rename this as NccStrategy
, because "original" is not specific.
Term "CCN" is not used due to concern of possible license issues.
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 30 to 70
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to In Progress
cancelTimers
still has problem. This would be solved after Task #1290.
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Code review
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
- % Done changed from 70 to 100