Project

General

Profile

Actions

Task #1144

closed

mock implementation of CS

Added by Junxiao Shi about 10 years ago. Updated about 10 years ago.

Status:
Abandoned
Priority:
Normal
Category:
Tables
Target version:
Start date:
01/25/2014
Due date:
01/26/2014
% Done:

0%

Estimated time:
5.00 h

Description

Implement a subset of CS table interface.

Cs class contains: insert, find

cs::Entry should be complete

cs::Policy is not required

This ContentStore stores every Data passed to Cs::insert.
It has a fixed size limit (defined as a constant in the code), and uses FIFO replacement policy.

The matching algorithm only matches on Name, MinSuffixComponents, MaxSuffixComponents, Exclude.
These matching criteria is already implemented by NDN-CPP-dev ndn::Interest::matchesName.

Implicit digest component is not computed or considered in matching.

There is no performance requirement on this mock implementation.


Related issues 1 (0 open1 closed)

Follows NFD - Task #1129: mock implementation of fake CSClosedJunxiao Shi01/24/201401/24/2014

Actions
Actions #1

Updated by Junxiao Shi about 10 years ago

  • Subject changed from mock implementation of fake CS to mock implementation of CS
  • Estimated time changed from 6.00 h to 5.00 h
Actions #2

Updated by Alex Afanasyev about 10 years ago

  • Target version set to Mock
Actions #3

Updated by Junxiao Shi about 10 years ago

I suggest to abandon this task, and start with real ContentStore.

Actions #4

Updated by Alex Afanasyev about 10 years ago

  • Status changed from New to Abandoned
Actions #5

Updated by Junxiao Shi about 10 years ago

  • Category set to Tables
Actions

Also available in: Atom PDF