#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#include <dtn_api.h>
#include <APIBundleQueue.h>
#include <oasys/debug/Log.h>
#include <oasys/thread/Mutex.h>
#include <oasys/util/App.h>
#include <oasys/util/Singleton.h>
Go to the source code of this file.
Namespaces | |
namespace | dtntunnel |
Classes | |
class | dtntunnel::DTNTunnel |
Main wrapper class for the DTN Tunnel. More... | |
struct | dtntunnel::DTNTunnel::BundleHeader |
Struct to encapsulate the header sent with each tunneled bundle. More... |