#include <sys/types.h>
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::BundleProtocol |
Class used to convert a Bundle to / from the bundle protocol specification for the "on-the-wire" representation. More... | |
struct | dtn::BundleProtocol::PrimaryBlock1 |
The first fixed-field portion of the primary bundle block preamble structure. More... | |
struct | dtn::BundleProtocol::PrimaryBlock2 |
The remainder of the fixed-length part of the primary bundle block that immediately follows the block length. More... | |
struct | dtn::BundleProtocol::BlockPreamble |
The basic block preamble that's common to all blocks (including the payload block but not the primary block). More... |