#include <vector>
#include <oasys/debug/Logger.h>
#include <oasys/thread/Thread.h>
#include <oasys/util/StringUtils.h>
#include "bundling/BundleEvent.h"
#include "bundling/BundleEventHandler.h"
#include "naming/EndpointID.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::BundleRouter |
The BundleRouter is the main decision maker for all routing decisions related to bundles. More... | |
struct | dtn::BundleRouter::Config |
Config variables. More... | |
Typedefs | |
typedef std::vector< BundleRouter * > | dtn::BundleRouterList |
Typedef for a list of bundle routers. |