#include "DTLSR.h"
#include "DTLSRConfig.h"
#include "BundleRouter.h"
#include "MultiGraph.h"
#include "TableBasedRouter.h"
#include "RouteEntry.h"
#include "reg/Registration.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::DTLSRRouter |
The DTLSRRouter uses link state announcements to build a multigraph of routing edges. More... | |
struct | dtn::DTLSRRouter::NodeInfo |
Class used for per-node state in the graph. More... | |
struct | dtn::DTLSRRouter::EdgeInfo |
Class used for per-edge state in the graph (the link). More... | |
struct | dtn::DTLSRRouter::RouteInfo |
Class used for router-specific state in the routing table. More... | |
class | dtn::DTLSRRouter::Reg |
Registration used to grab announcements. More... | |
class | dtn::DTLSRRouter::TransmitLSATimer |