#include "forwarder.hpp"
#include "core/logger.hpp"
#include "core/random.hpp"
#include "face/null-face.hpp"
#include "available-strategies.hpp"
#include <boost/random/uniform_int_distribution.hpp>
Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Functions | |
static bool | nfd::compare_pickInterest (const pit::InRecord &a, const pit::InRecord &b, const Face *outFace) |
compare two InRecords for picking outgoing Interest More... | |
static bool | nfd::compare_InRecord_expiry (const pit::InRecord &a, const pit::InRecord &b) |
static void | nfd::insertNonceToDnl (DeadNonceList &dnl, const pit::Entry &pitEntry, const pit::OutRecord &outRecord) |
Variables | |
nfd::Forwarder | |