#include <oasys/io/TCPClient.h>
#include <oasys/io/TCPServer.h>
#include <oasys/serialize/Serialize.h>
#include "StreamConvergenceLayer.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::TCPConvergenceLayer |
The TCP Convergence Layer. More... | |
class | dtn::TCPConvergenceLayer::TCPLinkParams |
Tunable link parameter structure. More... | |
class | dtn::TCPConvergenceLayer::Listener |
Helper class (and thread) that listens on a registered interface for new connections. More... | |
class | dtn::TCPConvergenceLayer::Connection |
Helper class (and thread) that manages an established connection with a peer daemon. More... |