MIPv6HAInformation

Namespace inet

MIPv6HAInformation

class

MIPv6 Home Agent Information Option RFC 3775 Section 7.4

Extends

Name Type Description
cObject (unknown -- not in documented files)

Fields

Name Type Description
homeAgentPreference unsigned int
homeAgentLifetime unsigned int

seconds

Source code

//MIPv6 Home Agent Information Option
//RFC 3775 Section 7.4
class MIPv6HAInformation extends cObject
{
    unsigned int homeAgentPreference;
    unsigned int homeAgentLifetime;    // seconds
}

File: src/inet/networklayer/icmpv6/IPv6NDMessage.msg