Namespace inet
EcnTagBase
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 |
---|---|---|
explicitCongestionNotification | int |
explicit congestion notification |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class EcnTagBase extends TagBase { int explicitCongestionNotification = -1; // explicit congestion notification }File: src/inet/networklayer/common/EcnTag.msg