EcnMarker

Package: inet.queueing.marker

EcnMarker

simple module

Sets Explicit Congestion Notification (ECN) bits in IPv4 header based on the attached EcnReq tag on the packets.

EcnMarker

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
PacketMarkerBase simple module

This is a base module for various packet marker modules. Derived modules must implement a single markPacket() function which marks the individual packets by attaching tags.

Parameters

Name Type Default value Description
displayStringTextFormat string "marked %p pk (%l)"

determines the text that is written on top of the submodule

Properties

Name Value Description
class EcnMarker

Source code

//
// Sets Explicit Congestion Notification (ECN) bits in IPv4 header based on the
// attached EcnReq tag on the packets.
//
simple EcnMarker extends PacketMarkerBase
{
    parameters:
        @class(EcnMarker);
}

File: src/inet/queueing/marker/EcnMarker.ned