#include "data/Exceptions.h"#include "data/NetworkFrame.h"#include <bitset>Go to the source code of this file.
Namespaces | |
| namespace | dtn |
| namespace | dtn::exceptions |
| namespace | dtn::core |
Classes | |
| class | dtn::exceptions::IncompleteDataException |
| class | dtn::core::TCPMessage |
Enumerations | |
| enum | dtn::core::TCPMessageType { dtn::core::MSG_DATA_SEGMENT = 0x01, dtn::core::MSG_ACK_SEGMENT = 0x02, dtn::core::MSG_REFUSE_BUNDLE = 0x03, dtn::core::MSG_KEEPALIVE = 0x04, dtn::core::MSG_SHUTDOWN = 0x05 } |
| enum | dtn::core::TCPMessageShutdownReason { dtn::core::MSG_SHUTDOWN_NONE = 0x00, dtn::core::MSG_SHUTDOWN_IDLE_TIMEOUT = 0x01, dtn::core::MSG_SHUTDOWN_VERSION_MISSMATCH = 0x02, dtn::core::MSG_SHUTDOWN_BUSY = 0x03 } |
1.5.6