dtn::Link::Params Struct Reference

#include <Link.h>

List of all members.


Detailed Description

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.


Member Data Documentation

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().

u_int dtn::Link::Params::min_retry_interval_

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().

u_int dtn::Link::Params::max_retry_interval_

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().

u_int dtn::Link::Params::idle_close_time_

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().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 22 14:48:04 2006 for DTN Reference Implementation by  doxygen 1.5.1