26 #ifndef NFD_DAEMON_MGMT_CS_MANAGER_HPP
27 #define NFD_DAEMON_MGMT_CS_MANAGER_HPP
53 changeConfig(
const ControlParameters& parameters,
54 const ndn::mgmt::CommandContinuation& done);
59 erase(
const ControlParameters& parameters,
60 const ndn::mgmt::CommandContinuation& done);
65 serveInfo(ndn::mgmt::StatusDatasetContext& context)
const;
Provides ControlCommand authorization according to NFD's configuration file.
Implements the CS Management of NFD Management Protocol.
static constexpr size_t ERASE_LIMIT
CsManager(cs::Cs &cs, const ForwarderCounters &fwCounters, Dispatcher &dispatcher, CommandAuthenticator &authenticator)
Counters provided by Forwarder.
A collection of common functions shared by all NFD managers, such as communicating with the dispatche...
Implements the Content Store.