#include "prefix-update-processor.hpp"
#include "logger.hpp"
#include "prefix-update-commands.hpp"
#include "utility/boost-info-editor.hpp"
#include <boost/algorithm/string.hpp>
#include <fstream>
Go to the source code of this file.
|
| namespace | nlsr |
| | Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California.
|
| |
| namespace | nlsr::update |
| |
|
| static std::optional< std::string > | nlsr::update::getSignerFromTag (const ndn::Interest &interest) |
| | obtain signer from SignerTag attached to Interest, if available
|
| |