39 const ndn::security::SigningInfo& signingInfo = ndn::security::SigningInfo(),
40 size_t imsLimit = 100);
51 publish(
const ndn::Name& interestName,
const ndn::Name& dataName,
52 ndn::span<const uint8_t> buffer, ndn::time::milliseconds freshness);
64 ndn::Scheduler m_scheduler;
65 ndn::Segmenter m_segmenter;
68 ndn::InMemoryStorageFifo m_ims;
void publish(const ndn::Name &interestName, const ndn::Name &dataName, ndn::span< const uint8_t > buffer, ndn::time::milliseconds freshness)
Put all the segments in memory.