Todo List
Member ndn::Exclude::clear ()
const_iterator erase(const_iterator i);
Member ndn::Interest::matchesInterest (const Interest &other) const

Implement distinguishing interests by link. The current implementation checks only name+selectors (Issue #3162).

#3162 match ForwardingHint field

Member ndn::MetaInfo::wireDecode (const Block &wire)
May or may not throw exception later...
Member ndn::security::v2::CertificateStorage::cacheUnverifiedCert (Certificate &&cert)
Add ability to customize time period
Member ndn::security::v2::CertificateStorage::cacheVerifiedCert (Certificate &&cert)
Add ability to customize time period
Member ndn::security::v2::KeyChain::KeyChain ()
Add detailed description about config file behavior here
Class ndn::security::v2::Validator

Limit the maximum time the validation process is allowed to run before declaring failure

Ability to customize maximum lifetime for trusted and untrusted certificate caches. Current implementation hard-codes them to be 1 hour and 5 minutes.

Member ndn::security::v2::Validator::cacheVerifiedCertificate (Certificate &&cert)
Add ability to customize time period
Member ndn::StreamTransportImpl< BaseTransport, Protocol >::connect (const typename Protocol::endpoint &endpoint)
Decide whether this number should be configurable
Member ndn::StreamTransportWithResolverImpl< BaseTransport, Protocol >::connect (const typename Protocol::resolver::query &query)
Decide whether this number should be configurable