#include <list>
#include <oasys/debug/Log.h>
#include <oasys/thread/MsgQueue.h>
#include <oasys/thread/Thread.h>
#include <oasys/util/SparseBitmap.h>
#include <oasys/util/StreamBuffer.h>
#include "ConnectionConvergenceLayer.h"
#include "bundling/Bundle.h"
#include "bundling/BundleEvent.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::CLConnection |
Helper class (and thread) that manages an established connection with a peer daemon. More... | |
struct | dtn::CLConnection::CLMsg |
struct used for messages going from the daemon thread to the connection thread. More... | |
class | dtn::CLConnection::InFlightBundle |
Struct used to record bundles that are in-flight along with their transmission state and optionally acknowledgement data. More... | |
class | dtn::CLConnection::IncomingBundle |
Struct used to record bundles that are in the process of being received along with their transmission state and relevant acknowledgement data. More... |