#include <BundleRouter.h>
These must be static since they're set by the config parser before any router objects are created.
Definition at line 72 of file BundleRouter.h.
Public Member Functions | |
Config () | |
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. | |
u_int64_t | storage_quota_ |
Storage quota for bundle payloads. |
dtn::BundleRouter::Config::Config | ( | ) |
Definition at line 38 of file BundleRouter.cc.
std::string dtn::BundleRouter::Config::type_ |
Whether or not to add routes for nexthop links that know the remote endpoint id (default true).
Definition at line 80 of file BundleRouter.h.
Referenced by dtn::TableBasedRouter::handle_link_created().
Default priority for new routes.
Definition at line 83 of file BundleRouter.h.
Referenced by dtn::RouteEntry::RouteEntry().