DscpInd
classThis indication specifies the differentiated services code point that was used to receive the packet. It may be present on a packet from the network protocol to the application.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
DscpTagBase | class |
This is an abstract base class that should not be directly added as a tag. |
Fields
Name | Type | Description |
---|---|---|
differentiatedServicesCodePoint | int |
differentiated services code point |
Source code
// // This indication specifies the differentiated services code point that was used to receive the packet. // It may be present on a packet from the network protocol to the application. // class DscpInd extends DscpTagBase { }File: src/inet/networklayer/common/DscpTag.msg