dtn::BundleDaemon::Params Struct Reference

#include <BundleDaemon.h>

List of all members.


Detailed Description

General daemon parameters, initialized in ParamCommand.

Definition at line 212 of file BundleDaemon.h.

Public Attributes

bool early_deletion_
 Whether or not to delete bundles before they're expired if all routers / registrations have handled it.
bool accept_custody_
 Whether or not to accept custody when requested.
bool reactive_frag_enabled_
 Whether or not reactive fragmentation is enabled.
bool retry_reliable_unacked_
 Whether or not to retry unacked transmissions on reliable CLs.
size_t proactive_frag_threshold_
 Threshold for proactive fragmentation.
bool test_permuted_delivery_
 Test hook to permute bundles before delivering to registrations.


Member Data Documentation

bool dtn::BundleDaemon::Params::early_deletion_

Whether or not to delete bundles before they're expired if all routers / registrations have handled it.

Definition at line 215 of file BundleDaemon.h.

Referenced by dtn::BundleDaemon::try_delete_from_pending().

bool dtn::BundleDaemon::Params::accept_custody_

Whether or not to accept custody when requested.

Definition at line 218 of file BundleDaemon.h.

Referenced by dtn::BundleDaemon::handle_bundle_received().

bool dtn::BundleDaemon::Params::reactive_frag_enabled_

Whether or not reactive fragmentation is enabled.

Definition at line 221 of file BundleDaemon.h.

bool dtn::BundleDaemon::Params::retry_reliable_unacked_

Whether or not to retry unacked transmissions on reliable CLs.

Definition at line 224 of file BundleDaemon.h.

Referenced by dtn::BundleDaemon::handle_bundle_transmitted().

size_t dtn::BundleDaemon::Params::proactive_frag_threshold_

Threshold for proactive fragmentation.

Definition at line 227 of file BundleDaemon.h.

bool dtn::BundleDaemon::Params::test_permuted_delivery_

Test hook to permute bundles before delivering to registrations.

Definition at line 230 of file BundleDaemon.h.


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