#include <list>
#include <string>
#include <oasys/debug/Log.h>
#include <oasys/serialize/Serialize.h>
#include <oasys/thread/Timer.h>
#include "../naming/EndpointID.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::Registration |
Class used to represent an "application" registration, loosely defined to also include internal router mechanisms that consume bundles. More... | |
class | dtn::Registration::ExpirationTimer |
Class to implement registration expirations. More... | |
class | dtn::RegistrationList |
Typedef for a list of Registrations. More... |