#include <BundleDaemon.h>
Definition at line 191 of file BundleDaemon.h.
Public Member Functions | |
| Params () | |
| Default constructor. | |
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. | |
| bool | test_permuted_delivery_ |
| Test hook to permute bundles before delivering to registrations. | |
| dtn::BundleDaemon::Params::Params | ( | ) |
Whether or not to delete bundles before they're expired if all routers / registrations have handled it.
Definition at line 197 of file BundleDaemon.h.
Referenced by dtn::BundleDaemon::try_delete_from_pending().
Whether or not to accept custody when requested.
Definition at line 200 of file BundleDaemon.h.
Referenced by dtn::BundleDaemon::handle_bundle_received().
Whether or not to retry unacked transmissions on reliable CLs.
Definition at line 206 of file BundleDaemon.h.
Referenced by dtn::BundleDaemon::handle_bundle_transmitted().
Test hook to permute bundles before delivering to registrations.
Definition at line 209 of file BundleDaemon.h.
1.5.3