Abstraction for a OPPORTUNISTIC link. More...
#include <OpportunisticLink.h>
Public Member Functions | |
| OpportunisticLink (std::string name, ConvergenceLayer *cl, const char *nexthop) | |
| Constructor / Destructor. | |
Abstraction for a OPPORTUNISTIC link.
It has to be opened everytime one wants to use it. It has by definition only -one contact- that is associated with the current opportunity. The difference between opportunistic link and ondemand link is that the ondemand link does not have a queue of its own.
Definition at line 34 of file OpportunisticLink.h.
| dtn::OpportunisticLink::OpportunisticLink | ( | std::string | name, | |
| ConvergenceLayer * | cl, | |||
| const char * | nexthop | |||
| ) | [inline] |
Constructor / Destructor.
Definition at line 39 of file OpportunisticLink.h.
1.6.3