RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <REDUpstreamNotifier.h>
Public Member Functions | |
virtual bool | run (RMTQueue *queue) |
![]() | |
virtual void | onQueueLengthDrop (RMTQueue *queue) |
Protected Member Functions | |
virtual void | onPolicyInit () |
![]() | |
virtual void | handleMessage (cMessage *msg) |
void | notifySenderOfCongestion (const cPacket *pdu) |
Protected Attributes | |
simsignal_t | sigStatUpstreamNotifierSeqNum |
![]() | |
RMTQMonitorBase * | qMonPolicy |
AddressComparatorBase * | addrComparator |
RMTModuleAllocator * | rmtAllocator |
Definition at line 21 of file REDUpstreamNotifier.h.
|
protectedvirtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from RMTMaxQBase.
Definition at line 20 of file REDUpstreamNotifier.cc.
|
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 25 of file REDUpstreamNotifier.cc.
|
protected |
Definition at line 28 of file REDUpstreamNotifier.h.
Referenced by onPolicyInit(), and run().