Public Member Functions | |
| InjectOpts () | |
Public Attributes | |
| bool | custody_xfer_ |
| Custody xfer requested. | |
| bool | receive_rcpt_ |
| Hop by hop reception receipt. | |
| bool | custody_rcpt_ |
| Custody xfer reporting. | |
| bool | forward_rcpt_ |
| Hop by hop forwarding reporting. | |
| bool | delivery_rcpt_ |
| End-to-end delivery reporting. | |
| bool | deletion_rcpt_ |
| Bundle deletion reporting. | |
| u_int | expiration_ |
| Bundle TTL. | |
| u_int | length_ |
| Bundle payload length. | |
| std::string | replyto_ |
| Bundle Reply-To EID. | |
Definition at line 41 of file BundleCommand.h.
| dtn::BundleCommand::BundleCommand::InjectOpts::InjectOpts | ( | ) |
Definition at line 66 of file BundleCommand.cc.
| bool dtn::BundleCommand::BundleCommand::InjectOpts::custody_rcpt_ |
Custody xfer reporting.
Definition at line 47 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| bool dtn::BundleCommand::BundleCommand::InjectOpts::custody_xfer_ |
Custody xfer requested.
Definition at line 45 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| bool dtn::BundleCommand::BundleCommand::InjectOpts::deletion_rcpt_ |
Bundle deletion reporting.
Definition at line 50 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| bool dtn::BundleCommand::BundleCommand::InjectOpts::delivery_rcpt_ |
End-to-end delivery reporting.
Definition at line 49 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| u_int dtn::BundleCommand::BundleCommand::InjectOpts::expiration_ |
Bundle TTL.
Definition at line 51 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| bool dtn::BundleCommand::BundleCommand::InjectOpts::forward_rcpt_ |
Hop by hop forwarding reporting.
Definition at line 48 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| u_int dtn::BundleCommand::BundleCommand::InjectOpts::length_ |
Bundle payload length.
Definition at line 52 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| bool dtn::BundleCommand::BundleCommand::InjectOpts::receive_rcpt_ |
Hop by hop reception receipt.
Definition at line 46 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
| std::string dtn::BundleCommand::BundleCommand::InjectOpts::replyto_ |
Bundle Reply-To EID.
Definition at line 53 of file BundleCommand.h.
Referenced by dtn::BundleCommand::exec(), and dtn::BundleCommand::parse_inject_options().
1.5.8