HopLimitReq
classDetermines the initial hop count (time to live, ttl) for an outgoing packet.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| HopLimitTagBase | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| hopLimit | int |
Source code
// // Determines the initial hop count (time to live, ttl) for an outgoing packet. // class HopLimitReq extends HopLimitTagBase { }File: src/inet/networklayer/common/HopLimitTag.msg