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