Namespace inet
Ipv4OptionStreamId
classOption Structure: Stream ID
Extends
Name | Type | Description |
---|---|---|
Ipv4Option | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
type | ||
length | ||
streamId | short |
Source code
// // Option Structure: Stream ID // class Ipv4OptionStreamId extends Ipv4Option { type = IPOPTION_STREAM_ID; length = 4; short streamId; }File: src/inet/networklayer/ipv4/Ipv4Header.msg