Task #1128
Updated by Alex Afanasyev about 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.
