RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <ECNMarker.h>
Public Member Functions | |
bool | run (RMTQueue *queue) |
![]() | |
virtual void | onQueueLengthDrop (RMTQueue *queue) |
Additional Inherited Members | |
![]() | |
virtual void | onPolicyInit () |
virtual void | handleMessage (cMessage *msg) |
void | notifySenderOfCongestion (const cPacket *pdu) |
![]() | |
RMTQMonitorBase * | qMonPolicy |
AddressComparatorBase * | addrComparator |
RMTModuleAllocator * | rmtAllocator |
Definition at line 29 of file ECNMarker.h.
|
virtual |
A hook method invoked when a queue length is greater or equal to its threshold. Makes a decision about whether to drop the arrived PDU.
queue | pointer to the queue |
Reimplemented from RMTMaxQBase.
Definition at line 28 of file ECNMarker.cc.