dtn::Link::Params Struct Reference

#include <Link.h>

List of all members.


Detailed Description

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.


Constructor & Destructor Documentation

dtn::Link::Params::Params (  ) 

Default parameters, values overridden in ParamCommand.

Definition at line 34 of file Link.cc.


Member Data Documentation

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

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 434 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 443 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 452 of file Link.h.

Referenced by dtn::Link::parse_args(), and dtn::Link::serialize().

bool dtn::Link::Params::prevhop_hdr_

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


The documentation for this struct was generated from the following files:
Generated on Thu Jun 7 12:54:33 2007 for DTN Reference Implementation by  doxygen 1.5.1