Project

General

Profile

Task #1128

Updated by Junxiao Shi about 10 years ago

Implement a subset of PIT entry and PIT table functionality. 

 `Pit` class contains: insert, findAllDataMatches, remove   
 `pit::Entry`` class contains: getInterest, getName, getInRecords, getOutRecords, isNonceSeen, insertOrUpdateInRecord, deleteInRecords, insertOrUpdateOutRecord, deleteOutRecord 

 There is no performance requirement on this mock implementation. 

 ![PIT API](http://named-data.net/doc/nfd-uml/images/TablesPIT.png) API](http://irl.cs.ucla.edu/~cawka/nfd-uml/images/TablesPIT.png)

Back