Task #1128
Updated by Alex Afanasyev almost 11 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://irl.cs.ucla.edu/~cawka/nfd-uml/images/TablesPIT.png)