Feature #2185
closed
Recognize CachingPolicy=NoCache
Added by Junxiao Shi about 10 years ago.
Updated over 9 years ago.
Description
Change CS insert procedure to not admit a Data packet into ContentStore if its LocalControlHeader sets CachingPolicy=NoCache.
- Related to Feature #2181: Disallow unsolicited Data from local apps added
- Blocked by Feature #2183: LocalControlHeader: CachingPolicy added
- Status changed from New to In Progress
- Target version changed from v0.3 to v0.4
- 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}.}
- % Done changed from 0 to 60
- Estimated time changed from 2.00 h to 3.00 h
I notice that #2254 and #1706 did not update NFD Developer Guide.
I'll update for these as part of this issue.
This requires an increasing of "Estimated time".
- Blocks Feature #2411: ContentStore API: asynchronous lookup added
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
NFD Developer Guide is updated.
- Status changed from Resolved to Closed
I'm closing this issue because there's no objection in past 7 days.
Also available in: Atom
PDF