Namespace inet
DscpTagBase
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 |
---|---|---|
differentiatedServicesCodePoint | int |
differentiated services code point |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class DscpTagBase extends TagBase { int differentiatedServicesCodePoint = -1; // differentiated services code point }File: src/inet/networklayer/common/DscpTag.msg