prefix-update-commands.hpp File Reference
#include <ndn-cxx/mgmt/nfd/control-command.hpp>
+ Include dependency graph for prefix-update-commands.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
PrefixUpdateProcessor

Definition in file prefix-update-commands.hpp.