Actions
Feature #2185
closedRecognize CachingPolicy=NoCache
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Change CS insert procedure to not admit a Data packet into ContentStore if its LocalControlHeader sets CachingPolicy=NoCache.
Updated by Junxiao Shi about 10 years ago
- Related to Feature #2181: Disallow unsolicited Data from local apps added
Updated by Junxiao Shi about 10 years ago
- Blocked by Feature #2183: LocalControlHeader: CachingPolicy added
Updated by Junxiao Shi almost 10 years ago
- Status changed from New to In Progress
- Target version changed from v0.3 to v0.4
Updated by Junxiao Shi almost 10 years ago
- Description updated (diff)
- Category changed from Forwarding to Tables
After reading NFD Developer Guide, I realize that the correct place to implement this feature is in ContentStore.
\item If one or more matching PIT entries are found, the Data is inserted to ContentStore.
Note that even if the pipeline inserts the Data to the ContentStore, whether it is stored and how long it stays in the ContentStore is determined by ContentStore admission and replacement policy.%
\footnote{The current implementation has fixed ``admit all'' admission policy and ``priority FIFO'' as replacement policy, see Section~\ref{sec:tab-cs}.}
Updated by Junxiao Shi almost 10 years ago
- % Done changed from 0 to 60
http://gerrit.named-data.net/1782
I will update NFD Developer Guide after Change is merged.
Updated by Junxiao Shi over 9 years ago
- Estimated time changed from 2.00 h to 3.00 h
Updated by Junxiao Shi over 9 years ago
- Blocks Feature #2411: ContentStore API: asynchronous lookup added
Updated by Junxiao Shi over 9 years ago
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
NFD Developer Guide is updated.
Updated by Junxiao Shi over 9 years ago
- Status changed from Resolved to Closed
I'm closing this issue because there's no objection in past 7 days.
Actions