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