#include "prefix-update-processor.hpp"
#include "lsdb.hpp"
#include "nlsr.hpp"
#include <ndn-cxx/mgmt/nfd/control-response.hpp>
#include <ndn-cxx/tag.hpp>
#include <ndn-cxx/face.hpp>
Go to the source code of this file.
Namespaces | |
nlsr | |
Copyright (c) 2014-2018, The University of Memphis, Regents of the University of California, Arizona Board of Regents. | |
nlsr::update | |
Typedefs | |
using | nlsr::update::SignerTag = ndn::SimpleTag< ndn::Name, 20 > |
an Interest tag to indicate command signer More... | |
Functions | |
static ndn::optional< std::string > | nlsr::update::getSignerFromTag (const ndn::Interest &interest) |
obtain signer from SignerTag attached to Interest, if available More... | |