IPv6InterfaceData::HostVariables Struct Reference

List of all members.

Public Attributes

uint linkMTU
short curHopLimit
uint baseReachableTime
simtime_t reachableTime
uint retransTimer

Member Data Documentation

uint IPv6InterfaceData::HostVariables::baseReachableTime

A base value used for computing the random ReachableTime value. Default: REACHABLE_TIME milliseconds. > protocol constants

short IPv6InterfaceData::HostVariables::curHopLimit

The default hop limit to be used when sending (unicast) IP packets. Default: The value specified in the "Assigned Numbers" RFC [ASSIGNED] that was in effect at the time of implementation.

uint IPv6InterfaceData::HostVariables::linkMTU

The MTU of the link. Default: The valued defined in the specific document that describes how IPv6 operates over the particular link layer (e.g., [IPv6-ETHER]).

simtime_t IPv6InterfaceData::HostVariables::reachableTime

The time a neighbor is considered reachable after receiving a reachability confirmation. reachableTime = uniform(MIN_RANDOM_FACTOR, MAX_RANDOM_FACTOR) * baseReachableTime New value should be calculated when baseReachableTime changes or at least every few hours even if no Router Advertisements are received.

uint IPv6InterfaceData::HostVariables::retransTimer

The time between retransmissions of Neighbor Solicitation messages to a neighbor when resolving the address or when probing the reachability of a neighbor. Default: RETRANS_TIMER milliseconds


The documentation for this struct was generated from the following file:
Generated on Wed Apr 4 13:20:21 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7