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/IPv4Datagram.msg