#include <oasys/debug/Log.h>
#include <oasys/util/Time.h>
#include <oasys/util/BoundedPriorityQueue.h>
#include "naming/EndpointID.h"
#include "contacts/Link.h"
#include <sys/types.h>
#include <set>
#include <map>
#include <vector>
#include "routing/ProphetEncounter.h"
#include "bundling/BundleList.h"
#include "bundling/BundleActions.h"
#include "reg/Registration.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::ProphetController |
A ProphetNode represents the local's relationship with a remote Prophet node, as specified by ProphetNode::remote_eid() ProphetTable represents the set of all Prophet nodes that local has ever encountered, by direct contact or by transitivity. More... |