#include <sys/types.h>#include <netinet/in.h>#include <oasys/debug/DebugUtils.h>#include <oasys/util/StringUtils.h>#include "BlockInfo.h"#include "BlockProcessor.h"#include "Bundle.h"#include "BundleProtocol.h"#include "BundleTimestamp.h"#include "MetadataBlockProcessor.h"#include "SDNV.h"#include <oasys/util/Singleton.h>Go to the source code of this file.
Namespaces | |
| namespace | dtn |
Namespace for the dtn daemon source code. | |
Defines | |
| #define | CASE(_what) case _what: *type = _what; return true; |
Variables | |
| static const char * | dtn::LOG = "/dtn/bundle/protocol" |
| #define CASE | ( | _what | ) | case _what: *type = _what; return true; |
1.6.3