#include <ndn-cxx/mgmt/nfd/control-command.hpp>
Go to the source code of this file.
Classes | |
class | nlsr::update::AdvertisePrefixCommand |
class | nlsr::update::WithdrawPrefixCommand |
Namespaces | |
nlsr | |
Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California. | |
nlsr::update | |
Define parameters for commands to manipulate advertised name prefixes.
These classes serve to define what parameters are required for Prefix Update commands. We assume these commands are secure because they are received on the localhost prefix. We require that a name be present to action upon, and also that our response have a name. Responses are only sent on failures.
Definition in file prefix-update-commands.hpp.