EcnReq
classThis request determines the explicit congestion notification that should be used to transmit the packet.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
EcnTagBase | class |
This is an abstract base class that should not be directly added as a tag. |
Fields
Name | Type | Description |
---|---|---|
explicitCongestionNotification | int |
explicit congestion notification |
Source code
// // This request determines the explicit congestion notification that should be used to transmit the packet. // class EcnReq extends EcnTagBase { }File: src/inet/networklayer/common/EcnTag.msg