HopLimitTagBase

HopLimitTagBase

class

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
TagBase class

This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields.

Known subclasses

Name Type Description
HopLimitInd class

Specifies the remainder hop count (time to live, ttl) for an incoming packet.

HopLimitReq class

Determines the initial hop count (time to live, ttl) for an outgoing packet.

Fields

Name Type Description
hopLimit int

Source code

class HopLimitTagBase extends TagBase
{
    int hopLimit = -1;
}

File: src/inet/networklayer/common/HopLimitTag.msg