#include <Link.h>
Definition at line 431 of file Link.h.
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. |
u_int dtn::Link::Params::mtu_ |
MTU of the link, used to control proactive fragmentation.
Definition at line 435 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 444 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 453 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 462 of file Link.h.
Referenced by dtn::Link::parse_args(), and dtn::Link::serialize().