#include <Link.h>
Definition at line 416 of file Link.h.
Public Member Functions | |
Params () | |
Default parameters, values overridden in ParamCommand. | |
Public Attributes | |
u_int | mtu_ |
MTU of the link, used to control proactive fragmentation. | |
u_int | min_retry_interval_ |
Minimum amount to wait between attempts to re-open the link (in seconds). | |
u_int | max_retry_interval_ |
Maximum amount to wait between attempts to re-open the link (in seconds). | |
u_int | idle_close_time_ |
Seconds of idle time before the link is closed. | |
bool | prevhop_hdr_ |
Whether or not to send the previous hop header on this link. |
dtn::Link::Params::Params | ( | ) |
u_int dtn::Link::Params::mtu_ |
MTU of the link, used to control proactive fragmentation.
Definition at line 425 of file Link.h.
Referenced by dtn::Link::dump(), and dtn::Link::parse_args().
Minimum amount to wait between attempts to re-open the link (in seconds).
Default is set by the various Link types but can be overridden by configuration parameters.
Definition at line 434 of file Link.h.
Referenced by dtn::Link::dump(), dtn::Link::parse_args(), and dtn::Link::serialize().
Maximum amount to wait between attempts to re-open the link (in seconds).
Default is set by the various Link types but can be overridden by configuration parameters.
Definition at line 443 of file Link.h.
Referenced by dtn::Link::dump(), dtn::Link::parse_args(), and dtn::Link::serialize().
Seconds of idle time before the link is closed.
Must be zero for always on links (i.e. they are never closed).
Default is 30 seconds for on demand links, zero for opportunistic links.
Definition at line 452 of file Link.h.
Referenced by dtn::Link::parse_args(), and dtn::Link::serialize().
Whether or not to send the previous hop header on this link.
Default is false.
Definition at line 458 of file Link.h.
Referenced by dtn::Link::dump(), and dtn::Link::parse_args().