Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IPv6InterfaceData::RouterVariables Struct Reference

List of all members.

Public Attributes

bool advSendAdvertisements
simtime_t maxRtrAdvInterval
simtime_t minRtrAdvInterval
bool advManagedFlag
bool advOtherConfigFlag
int advLinkMTU
int advReachableTime
int advRetransTimer
short advCurHopLimit
simtime_t advDefaultLifetime
AdvPrefixList advPrefixList

Member Data Documentation

short IPv6InterfaceData::RouterVariables::advCurHopLimit
 

The default value to be placed in the Cur Hop Limit field in the Router Advertisement messages sent by the router. The value should be set to that current diameter of the Internet. The value zero means unspecified (by this router).

Default: The value specified in the "Assigned Numbers" RFC [ASSIGNED] that was in effect at the time of implementation.

simtime_t IPv6InterfaceData::RouterVariables::advDefaultLifetime
 

The value to be placed in the Router Lifetime field of Router Advertisements sent from the interface, in seconds. MUST be either zero or between MaxRtrAdvInterval and 9000 seconds. A value of zero indicates that the router is not to be used as a default router.

Default: 3 * MaxRtrAdvInterval

int IPv6InterfaceData::RouterVariables::advLinkMTU
 

The value to be placed in MTU options sent by the router. A value of zero indicates that no MTU options are sent.

Default: 0

bool IPv6InterfaceData::RouterVariables::advManagedFlag
 

The TRUE/FALSE value to be placed in the "Managed address configuration" flag field in the Router Advertisement. See [ADDRCONF].

Default: FALSE

bool IPv6InterfaceData::RouterVariables::advOtherConfigFlag
 

The TRUE/FALSE value to be placed in the "Other stateful configuration" flag field in the Router Advertisement. See [ADDRCONF].

Default: FALSE

AdvPrefixList IPv6InterfaceData::RouterVariables::advPrefixList
 

int IPv6InterfaceData::RouterVariables::advReachableTime
 

The value to be placed in the Reachable Time field in the Router Advertisement messages sent by the router. The value zero means unspecified (by this router). MUST be no greater than 3,600,000 milliseconds (1 hour).

Default: 0

int IPv6InterfaceData::RouterVariables::advRetransTimer
 

The value to be placed in the Retrans Timer field in the Router Advertisement messages sent by the router. The value zero means unspecified (by this router).

Default: 0

bool IPv6InterfaceData::RouterVariables::advSendAdvertisements
 

A flag indicating whether or not the router sends periodic Router Advertisements and responds to Router Solicitations.

Default: FALSE

simtime_t IPv6InterfaceData::RouterVariables::maxRtrAdvInterval
 

The maximum time allowed between sending unsolicited multicast Router Advertisements from the interface, in seconds. MUST be no less than 4 seconds and no greater than 1800 seconds.

Default: 600 seconds

simtime_t IPv6InterfaceData::RouterVariables::minRtrAdvInterval
 

The minimum time allowed between sending unsolicited multicast Router Advertisements from the interface, in seconds. MUST be no less than 3 seconds and no greater than .75 * maxRtrAdvInterval

Default: 0.33 * MaxRtrAdvInterval


The documentation for this struct was generated from the following file:
Generated on Thu Oct 19 18:22:25 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0