#include "test-access-control.hpp"
#include "nexthop-list.hpp"
#include <ndn-cxx/mgmt/nfd/controller.hpp>
#include <ndn-cxx/util/scheduler.hpp>
#include <ndn-cxx/util/time.hpp>
Go to the source code of this file.
Classes | |
class | nlsr::Fib |
Maps names to lists of next hops, and exports this information to NFD. More... | |
struct | nlsr::FibEntry |
Namespaces | |
nlsr | |
Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California. | |
Typedefs | |
using | nlsr::AfterRefreshCallback = std::function< void(FibEntry &)> |
using | nlsr::NextHopsUriSortedSet = NexthopListT< NextHopUriSortedComparator > |