Namespace inet
Ipv4OptionRouterAlert
classOption Structure: Stream ID
Extends
Name | Type | Description |
---|---|---|
Ipv4Option | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
type | ||
length | ||
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