#include <oasys/util/StringUtils.h>
#include "BundleRouter.h"
#include "RouterInfo.h"
#include "bundling/BundleInfoCache.h"
#include "reg/Registration.h"
#include "session/SessionTable.h"
Go to the source code of this file.
Classes | |
class | dtn::TableBasedRouter |
This is an abstract class that is intended to be used for all routing algorithms that store routing state in a table. More... | |
class | dtn::TableBasedRouter::TableBasedRouter::RerouteTimer |
Timer class used to cancel transmission on down links after waiting for them to potentially reopen. More... | |
class | dtn::TableBasedRouter::TableBasedRouter::DeferredList |
Per-link class used to store deferred transmission bundles that helps cache route computations. More... | |
class | dtn::TableBasedRouter::TableBasedRouter::ResubscribeTimer |
Timer class used to periodically refresh subscriptions. More... | |
Namespaces | |
namespace | dtn |
Namespace for the dtn daemon source code. |