#include "conv_layers/ConvergenceLayer.h"
#include "bundling/BundleActions.h"
#include "contacts/ContactManager.h"
#include "bundling/BundleDaemon.h"
#include "routing/RouteTable.h"
#include <oasys/io/NetUtils.h>
#include "contacts/InterfaceTable.h"
#include "conv_layers/TCPConvergenceLayer.h"
#include "TcaRouter.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Namespace for the dtn daemon source code. | |
Functions | |
static std::string | dtn::get_payload_str (const Bundle *b) |
static bool | dtn::check_nargs (const TcaControlBundle &cb, uint n_expected) |
static void | dtn::log_bundle (const std::string &comment, const Bundle *b, bool include_payload) |
static void | dtn::log_controlbundle (const TcaControlBundle &cb) |
Variables | |
static const std::string | dtn::BL = "tca://localhost/bundlelayer" |