Namespace inet
TosTagBase
classThis is an abstract base class that should not be directly added as a tag.
Extends
| Name | Type | Description |
|---|---|---|
| TagBase | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| tos | int |
differentiated services code point |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class TosTagBase extends TagBase { int tos = -1; // differentiated services code point }File: src/inet/networklayer/common/TosTag.msg