#include "routing/Prophet.h"
#include <oasys/debug/Log.h>
#include <oasys/util/Time.h>
#include <oasys/util/URL.h>
#include "naming/EndpointID.h"
#include "bundling/BundleEvent.h"
#include <vector>
#include <map>
#include <set>
Go to the source code of this file.
Namespaces | |
| namespace | dtn |
Classes | |
| struct | dtn::ProphetNodeParams |
| class | dtn::ProphetNode |
| ProphetNode stores state for a remote node as identified by remote_eid. More... | |
| class | dtn::RIBNode |
| class | dtn::BundleOffer |
| BundleOffer represents an entry from a BundleOfferTLV. More... | |
| class | dtn::ProphetAck |
Defines | |
| #define | BUNDLE_OFFER_LOGPATH "/dtn/route/prophet/bundleoffer" |
| #define BUNDLE_OFFER_LOGPATH "/dtn/route/prophet/bundleoffer" |
Definition at line 171 of file ProphetNode.h.
1.5.1