Ipv4OptionRouterAlert

Ipv4OptionRouterAlert

class

Option Structure: Stream ID

Inheritance diagram

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

Extends

Name Type Description
Ipv4Option class (no description)

Fields

Name Type Description
type short
length short

total length of option

routerAlert uint16_t

Source code

//
// Option Structure: Stream ID
//
class Ipv4OptionRouterAlert extends Ipv4Option
{
    type = IPOPTION_ROUTER_ALERT;
    length = 4;
    uint16_t routerAlert = 0;
}

File: src/inet/networklayer/ipv4/Ipv4Header.msg