#include "naming/EndpointID.h"
#include "storage/BundleStore.h"
#include "bundling/BundleTimestamp.h"
#include "bundling/BundleDaemon.h"
#include "ProphetTimer.h"
#include <oasys/util/Random.h>
#include "BundleRouter.h"
#include "ProphetBundleCore.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Namespace for the dtn daemon source code. | |
Defines | |
#define | LOG(_args...) print_log("core",LOG_DEBUG,_args); |
#define | TEST_MODE_QUOTA 0xffffffff |
#define LOG | ( | _args... | ) | print_log("core",LOG_DEBUG,_args); |
Definition at line 31 of file ProphetBundleCore.cc.
#define TEST_MODE_QUOTA 0xffffffff |
Definition at line 33 of file ProphetBundleCore.cc.
Referenced by dtn::ProphetBundleCore::max_bundle_quota().