dtn::BundleRouter::config_t Struct Reference

#include <BundleRouter.h>

List of all members.


Detailed Description

Config variables.

These must be static since they're set by the config parser before any router objects are created.

Definition at line 93 of file BundleRouter.h.

Public Attributes

std::string type_
 The routing algorithm type.
bool add_nexthop_routes_
 Whether or not to add routes for nexthop links that know the remote endpoint id (default true).
int default_priority_
 Default priority for new routes.


Member Data Documentation

std::string dtn::BundleRouter::config_t::type_

The routing algorithm type.

Definition at line 95 of file BundleRouter.h.

bool dtn::BundleRouter::config_t::add_nexthop_routes_

Whether or not to add routes for nexthop links that know the remote endpoint id (default true).

Definition at line 99 of file BundleRouter.h.

Referenced by dtn::TableBasedRouter::handle_link_created().

int dtn::BundleRouter::config_t::default_priority_

Default priority for new routes.

Definition at line 102 of file BundleRouter.h.

Referenced by dtn::RouteEntry::RouteEntry().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 22 14:48:04 2006 for DTN Reference Implementation by  doxygen 1.5.1