#include <BundleRouter.h>
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. |
std::string dtn::BundleRouter::config_t::type_ |
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().
Default priority for new routes.
Definition at line 102 of file BundleRouter.h.
Referenced by dtn::RouteEntry::RouteEntry().