Definition at line 73 of file SimConvergenceLayer.cc.
Public Attributes | |
bool | deliver_partial_ |
if contact closes in the middle of a transmission, deliver the partially received bytes to the router. | |
bool | reliable_ |
for bundles sent over the link, signal to the router whether or not they were delivered reliably by the convergence layer | |
u_int | capacity_ |
burst capacity of the link (default 0) | |
bool | set_remote_eid_ |
automatically infer the remote eid when the link connects | |
bool | set_prevhop_ |
set the previous hop when bundles arrive |
if contact closes in the middle of a transmission, deliver the partially received bytes to the router.
Definition at line 76 of file SimConvergenceLayer.cc.
Referenced by dtnsim::SimConvergenceLayer::init_link().
for bundles sent over the link, signal to the router whether or not they were delivered reliably by the convergence layer
Definition at line 81 of file SimConvergenceLayer.cc.
Referenced by dtnsim::SimLink::handle_transmitted_events(), dtnsim::SimConvergenceLayer::init_link(), and dtnsim::SimLink::start_next_bundle().
burst capacity of the link (default 0)
Definition at line 84 of file SimConvergenceLayer.cc.
Referenced by dtnsim::SimConvergenceLayer::init_link().
automatically infer the remote eid when the link connects
Definition at line 87 of file SimConvergenceLayer.cc.
Referenced by dtnsim::SimConvergenceLayer::init_link().
set the previous hop when bundles arrive
Definition at line 90 of file SimConvergenceLayer.cc.
Referenced by dtnsim::SimLink::handle_arrival_events(), and dtnsim::SimConvergenceLayer::init_link().